Data.DB.TFieldLifeCycles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFieldLifeCycles = set of TFieldLifeCycle;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

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

See Also