| TIB_ConnectionStatus Type |
Unit
IB_Components
Declaration
TIB_ConnectionStatus = ( csDisconnected, csConnected,
csDisconnectPending, csConnectPending,
csDropPending, csCreatePending,
csForcedConnectPending );Description
Status of the connection.
csForcedConnectPending occurs when a live dbHandle is written to the
dbHandle or dbHandleShared property.
The rest should be self-explanitory.