Data.DB.TFieldLifeCycle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFieldLifeCycle = (lcAutomatic, lcPersistent);

C++

enum DECLSPEC_DENUM TFieldLifeCycle : unsigned char { lcAutomatic, lcPersistent };

Properties

Type Visibility Source Unit Parent
enum public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

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