Data.Bind.ObjectScope.TGeneratorOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGeneratorOption = (optShuffle, optRepeat);

C++

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

Properties

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

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