AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkFileReader Members

The following tables list the members exposed by TAgkFileReader.

 
Name 
Description 
 
FID 
 
 
Name 
Description 
 
Opens a file stored on the local filesystem for reading. 
 
All file objects are automatically destroyed (and closed) when their owner (such as the scene in which it is used) is destroyed. However, if you don't need the file anymore, you can save resources and close the file by destroying it earlier. Also, when the file object has no owner, you need to destroy it yourself when you are done with it.
TAgkFileBase 
 
Destroys and frees this object. 
 
Reads a single precision floating point value from the file. 
 
Reads a 4 byte integer value from the file. 
 
Reads a line-feed (#10) terminated string value from the file. 
 
Reads a null terminated string value from the file. 
 
Name 
Description 
 
Eof 
Returns True if the file has reached the end of its data stream, False otherwise. 
 
ID 
The internal ID of the object. 
 
Returns True if the file was opened successfully, False if not. 
 
The number of objects that this object owns. 
 
The objects that this object owns. 
 
The owner of this object. 
 
Size 
Returns the size in bytes of the opened file. 
Copyright (c) 2012. All rights reserved.