Data.Bind.ObjectScope.TGeneratorFieldTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TGeneratorFieldTypes = set of TGeneratorFieldType;

C++

typedef System::Set<TGeneratorFieldType, TGeneratorFieldType::ftString, TGeneratorFieldType::ftChar> TGeneratorFieldTypes;

Properties

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

Description

Is a set of TGeneratorFieldType.

See Also