Data.DB.TField.LifeCycle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LifeCycle: TFieldLifeCycle read FLifeCycle write FLifeCycle;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TField

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