Data.Bind.ObjectScope.TValueGenerator

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TValueGenerator = class
C++
class PASCALIMPLEMENTATION TValueGenerator : public System::TObject
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.