17 Reading and Writing File Subobjects
Q3File_IsEndOfData
function to determine whether there is more data for your application to read.
TQ3Boolean Q3File_IsEndOfData (TQ3FileObject file);
file
A file object.
Q3File_IsEndOfData
function returns, as its function result, a Boolean value that indicates whether there is more data to be read from the file object specified by the file
parameter (kQ3True
) or not (kQ3False
).
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker