Data.Bind.ObjectScope.TTypedListValueGeneratorDelegate

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TInternalTypedListValueGeneratorDelegateData.Bind.ObjectScope.TValueGeneratorDelegateWithEventsTTypedListValueGeneratorDelegate

Delphi

TTypedListValueGeneratorDelegate<T> = class(TInternalTypedListValueGeneratorDelegate)

C++

template<typename T> class PASCALIMPLEMENTATION TTypedListValueGeneratorDelegate__1 : public TInternalTypedListValueGeneratorDelegate

Properties

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

Description

Is used to generate sample values.

See Also