Data.Bind.ObjectScope.TTypedListValueGeneratorDelegate

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TTypedListValueGeneratorDelegate<T> = class(TInternalTypedListValueGeneratorDelegate)

C++

template<typename T> class PASCALIMPLEMENTATION TTypedListValueGeneratorDelegate__1 : public TInternalTypedListValueGeneratorDelegate

Description

Is used to generate sample values.

See Also