FireDAC.DatS.TFDDatSHandleMode
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
Unit: FireDAC.DatS | |
Parent: FireDAC.DatS |
Delphi
TFDDatSHandleMode = (lmStandard, lmMove, lmHavyMove, lmFetching,
lmHavyFetching, lmDestroying, lmRefreshing, lmLoading, lmHavyLoading);
C++
enum DECLSPEC_DENUM TFDDatSHandleMode : unsigned int { lmStandard, lmMove, lmHavyMove, lmFetching, lmHavyFetching, lmDestroying, lmRefreshing, lmLoading, lmHavyLoading };
Description
Embarcadero Technologies does not currently have any additional information.