FireDAC.Comp.Client.TFDCustomManager.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: TFDCustomManager

Delphi

property State: TFDPhysManagerState read GetState;

C++

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

Description

Returns the current state of the FireDAC manager.

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

See Also