Data.Bind.ObjectScope.TGeneratorOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TGeneratorOptions = set of TGeneratorOption;

C++

typedef System::Set<TGeneratorOption, TGeneratorOption::optShuffle, TGeneratorOption::optRepeat> TGeneratorOptions;

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 TGeneratorOption.

See Also