Q3File_ReadObject
You can use theQ3File_ReadObjectfunction to read the next object in a file.
TQ3Object Q3File_ReadObject (TQ3FileObject file);
file- A file object.
DESCRIPTION
TheQ3File_ReadObjectfunction returns, as its function result, the next object in the file specified by thefileparameter. If an error occurs,Q3File_ReadObjectreturns the valueNULL.