Data.Bind.ObjectScope.TValueGenerator

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTValueGenerator

Delphi

TValueGenerator = class

C++

class PASCALIMPLEMENTATION TValueGenerator : public System::TObject

Properties

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

Description

Is the base class for value generators.

TValueGenerator is the base class for all value generators. Value generators are used by TPrototypeBindSource and TDataGeneratorAdapter to generate sample values. Value generators are registered using RegisterValueGenerator.

See Also