Data.SqlExpr.TSQLConnection.ConnectionState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionState: TConnectionState read FConnectionState write FConnectionState;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

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