FireDAC.Phys.Intf.TFDPhysCommandState
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
| Unit: FireDAC.Phys.Intf | |
| Parent: FireDAC.Phys.Intf | |
Delphi
TFDPhysCommandState = (csInactive, csPrepared, csExecuting, csOpen,
csFetching, csAborting);
C++
enum DECLSPEC_DENUM TFDPhysCommandState : unsigned int { csInactive, csPrepared, csExecuting, csOpen, csFetching, csAborting };
Description
Embarcadero Technologies does not currently have any additional information.