Data.DB.TFieldLifeCycles

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFieldLifeCycles = set of TFieldLifeCycle;

C++

typedef System::Set<TFieldLifeCycle, TFieldLifeCycle::lcAutomatic, TFieldLifeCycle::lcPersistent> TFieldLifeCycles;

Description

Represents a set of types of fields for the field list.

See Also