Icon Databases Property

property Databases[Index: Integer]: TEDBDatabase

Usage

Use the Databases property to access active TEDBDatabase components associated with a session. An active TEDBDatabase 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 TEDBDatabase components in a session.
Image