Data.DB.TFields.LifeCycles
Delphi
property LifeCycles: TFieldLifeCycles read GetLifeCycles write SetLifeCycles;
C++
__property TFieldLifeCycles LifeCycles = {read=GetLifeCycles, write=SetLifeCycles, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TFields |
Description
Specifies whether the field list contains automatic and/or persistent fields.
Use LifeCycles to specify whether the field list has dynamically generated and/or persistent fields.
LifeCycles includes the lcAutomatic
value if the list of fields has at least one automatic field.
LifeCycles includes the lcPersistent
value if the list of fields has at least one persistent field.