Data.SqlExpr.TSQLConnection.ConnectionState

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLConnection

Delphi

property ConnectionState: TConnectionState read FConnectionState write FConnectionState;

C++

__property TConnectionState ConnectionState = {read=FConnectionState, write=FConnectionState, nodefault};

Description

Indicates the current state of the TSQLConnection object.

Read ConnectionState at runtime to determine the activity being performed, if any, by the connection at a specific point in time. Use ConnectionState to coordinate the activities of the connection component, so that you do not start one activity while it is currently engaged in another.

See Also