FireDAC.Phys.Intf.TFDPhysDriverState
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
| Unit: FireDAC.Phys.Intf | |
| Parent: FireDAC.Phys.Intf | |
Delphi
TFDPhysDriverState = (drsUnknown, drsRegistered, drsLoading, drsLoaded,
drsActive, drsStoping);
C++
enum DECLSPEC_DENUM TFDPhysDriverState : unsigned int { drsUnknown, drsRegistered, drsLoading, drsLoaded, drsActive, drsStoping };
Description
Embarcadero Technologies does not currently have any additional information.