Icon DatabaseCount Property

property DatabaseCount: Integer

Usage

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

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