Data.DB.TFieldLifeCycle

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also