| |
Method name |
Brief description |
|
ReadBoolean |
The ReadBoolean method reads a logical value from a text file. |
|
ReadChar |
The ReadChar method reads characters from a text file. |
|
ReadDateTime |
The ReadDateTime method reads date and time from a text file. |
|
ReadDouble |
The ReadDouble method reads real numbers from a text file. |
|
ReadInteger |
The ReadInteger method reads an integer value from a text file. |
|
ReadLine |
The ReadLine method reads a characters string from a text file. |
|
ReadString |
The ReadString method reads characters string of a specified length. |
|
ReadToEnd |
The ReadToEnd method reads a text file as one character string. |
|
ReadWord |
The ReadWord method reads words taking into account delimiters. |