FireDAC.Comp.Client.TFDCustomConnection.State

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomConnection

Delphi

property State: TFDPhysConnectionState read GetState;

C++

__property Firedac::Phys::Intf::TFDPhysConnectionState State = {read=GetState, nodefault};

Description

Current state of the connection.

See Also