FireDAC.Stan.Intf.TFDDefinitionState
Delphi
TFDDefinitionState = (asAdded, asModified, asDeleted, asLoading, asLoaded);
C++
enum DECLSPEC_DENUM TFDDefinitionState : unsigned int { asAdded, asModified, asDeleted, asLoading, asLoaded };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FireDAC.Stan.Intf.pas FireDAC.Stan.Intf.hpp |
FireDAC.Stan.Intf | FireDAC.Stan.Intf |
Description
Specifies the connection definition state.
TFDDefinitionState specifies the connection definition state.
| Name | Description |
|---|---|
| asAdded | A definition is added, not saved. |
| asModified | A definition is modified, not saved. |
| asDeleted | A definition is deleted, not saved. |
| asLoading | A definition is loading. |
| asLoaded | A definition is loaded, not modified. |