17 Accessing Objects Directly
Q3File_IsEndOfFile
function to determine whether the file position of a file object is at the end of the file.
TQ3Boolean Q3File_IsEndOfFile (TQ3FileObject file);
file
A file object.
Q3File_IsEndOfFile
function returns, as its function result, a Boolean value that indicates whether the current file position of the file object specified by the file
parameter is at the end of the file (kQ3True
) or not (kQ3False
).kQ3ErrorFileNotOpen
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker