FireDAC.Comp.Client.TFDCustomManager.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TFDPhysManagerState read GetState;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomManager

Description

Returns the current state of the FireDAC manager.

The State property returns the current state of the FireDAC manager.

See Also