Data.DB.TFieldLifeCycle
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: Data.DB |
Delphi
TFieldLifeCycle = (lcAutomatic, lcPersistent);
C++
enum DECLSPEC_DENUM TFieldLifeCycle : unsigned char { lcAutomatic, lcPersistent };
Description
Indicates the possible field types when the dataset is created.
Value | Meaning |
---|---|
lcAutomatic |
The field is dynamically generated. |
lcPersistent |
The field is persistent. |