Language:
Русский
English
SeekEof (function)
Returns the end-of-file status of a file.
Declaration
function SeekEof [ (var F: Text) ]: Boolean;
Target
Windows, Real, Protected
Remarks
Can only be used on text files. File must be open.
SeekEof (function) |
Language: SeekEof (function) Returns the end-of-file status of a file. Declarationfunction SeekEof [ (var F: Text) ]: Boolean; TargetWindows, Real, Protected RemarksCan only be used on text files. File must be open. See AlsoSample Code |
|
|