ClassesClasses | | Operators |
Page not available for the currently selected syntax (programming language).
Page not available for the currently selected syntax (programming language).
HFile — Represents an instance of a file.
OpenFile | Open a file in ASCII or a binary format. |
This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.
CloseFile | Closing a text file. |
FnewLine | Create a line feed. | |
FreadChar | Read a character from a file. | |
FreadLine | Read a line from a file. | |
FreadString | Read strings from a file. | |
FwriteString | Write values in a file. | |
OpenFile | Open a file in ASCII or a binary format. |
HFile — Represents an instance of a file.
OpenFile | Open a file in ASCII or a binary format. |
This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.
CloseFile | Closing a text file. |
FnewLine | Create a line feed. | |
FreadChar | Read a character from a file. | |
FreadLine | Read a line from a file. | |
FreadString | Read strings from a file. | |
FwriteString | Write values in a file. | |
OpenFile | Open a file in ASCII or a binary format. |
ClassesClasses | | Operators |