Data.Bind.ObjectScope.TGeneratorOption

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TGeneratorOption = (optShuffle, optRepeat);

C++

enum DECLSPEC_DENUM TGeneratorOption : unsigned char { optShuffle, optRepeat };

Description

Is an enumeration of options for the data generator.

A variable of TGeneratorOption type can have one of the following values.

Item Description
optShuffle The generator produces values that are not in sequential order.
optRepeat The generator produces a repeating sequence of generated values.

See Also