 |
Introduction |
 |
User Guide |
 |
Alert functions |
 |
Mathematical functions |
 |
String formatting functions |
 |
Properties |
 |
Properties |
 |
Properties |
 |
Properties |
 |
Properties |
 |
Properties |
|
|
DBFile
Returns
a reference to the database file specified by the index. Use
FileCount to determine the maximum
value for the index. The maximum value is FileCount - 1 because the index starts at
0.
Syntax:
|
function
File(Index: Integer): TDBFile;
|
Example:
|