RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.Connected Property

Indicates whether or not a database connection is active.

Pascal
property Connected: Boolean;
C++
__property Boolean Connected;

Set Connected to true to establish a database connection without opening a dataset. Set Connected to false to close a database connection. An application can check Connected to determine the current status of a database connection. If Connected is true, the database connection is active; if false, then the connection is inactive. 

 

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