17 Reading and Writing File Subobjects
Q3File_IsEndOfContainer
function to determine whether there are more subobjects of a custom object for your application to read.
TQ3Boolean Q3File_IsEndOfContainer (
TQ3FileObject file,
TQ3Object rootObject);
file
A file object.
rootObject A root object in the specified file object.
Q3File_IsEndOfContainer
function returns, as its function result, a Boolean value that indicates whether more subobjects remain to be read from a custom object specified by the rootObject
parameter in 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