FireDAC.Phys.Intf.TFDPhysTableCommand
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: FireDAC.Phys.Intf.pas FireDAC.Phys.Intf.hpp
| |
| Unit: FireDAC.Phys.Intf | |
| Parent: FireDAC.Phys.Intf | |
Delphi
TFDPhysTableCommand = (tcUnknown, tcPageUp, tcPageDown, tcBof, tcEof, tcLocate,
tcFindKey, tcFindNearest, tcSetRecNo, tcGetRowCount, tcCurrentRecord, tcGetRecNo);
C++
enum DECLSPEC_DENUM TFDPhysTableCommand : unsigned int { tcUnknown, tcPageUp, tcPageDown, tcBof, tcEof, tcLocate, tcFindKey, tcFindNearest, tcSetRecNo, tcGetRowCount, tcCurrentRecord, tcGetRecNo };
Description
Embarcadero Technologies does not currently have any additional information.