RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.Databases Property

Provides an indexed array of all active database component names for a session.

Pascal
property Databases [Index: Integer]: TDatabase;
C++
__property TDatabase Databases[int Index];

Use Databases to access active database components associated with a session. An active database is one that is currently connected to a database server. 

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!