Icon DatabaseCount Property

property DatabaseCount: Integer

Usage

Indicates the number of active TDBISAMDatabase components currently associated with the session. This number can change as TDBISAMDatabase components are opened and closed. If the DatabaseCount property is zero, there are currently no active TDBISAMDatabase components associated with the session.

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