Provides an indexed array of all active database component names for a session.
property Databases[Index: Integer]: TABSDatabase;
Description
Use Databases to access active database components associated with a session. An active database is one that is currently connected to a database file.
Databases is typically used with the DatabaseCount property to iterate through the current set of active databases in a session.
|
|