Data.DB.TField.LifeCycle

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TField

Delphi

property LifeCycle: TFieldLifeCycle read FLifeCycle write FLifeCycle;

C++

__property TFieldLifeCycle LifeCycle = {read=FLifeCycle, write=FLifeCycle, nodefault};

Description

Specifies whether the field is automatic or persistent.

Use LifeCycle to specify whether the field is dynamically generated or persistent.

The values of this property are enumerated by the TFieldLifeCycle type.

See Also