Data.Bind.ObjectScope.TGeneratorOptions

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TGeneratorOptions = set of TGeneratorOption;

C++

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

Description

Is a set of TGeneratorOption.

See Also