 |
Introduction |
 |
User Guide |
 |
Alert functions |
 |
Mathematical functions |
 |
String formatting functions |
 |
Properties |
 |
Properties |
 |
Properties |
 |
Properties |
 |
Properties |
 |
Properties |
|
|
Database
Returns
a reference to the database specified by the index. Use DatabaseCount to determine the maximum
value for the index. The maximum value is DatabaseCount - 1 because the index starts
at 0. You can also use the DatabaseByName method to get a database
reference if you know the name of the database.
Syntax:
|
|
function
Database(Index: Integer): TDatabase;
|
Example:
|