Icon Databases Property

property Databases[Index: Integer]: TDBISAMDatabase

Usage

Use the Databases property to access active TDBISAMDatabase components associated with a session. An active TDBISAMDatabase component is one that has its Connected property set to True.

The Databases property is typically used with the DatabaseCount property to iterate through the current set of active TDBISAMDatabase components in a session.
Image