FireDAC.Phys.TFDPhysDriverLink.DriverState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DriverState: TFDPhysDriverState read GetDriverState;

C++

__property Firedac::Phys::Intf::TFDPhysDriverState DriverState = {read=GetDriverState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysDriverLink

Description

The driver state.

Use the DriverState property to get the current driver state.

See Also