API:Data.Bind.ObjectScope.TTypedListValueGeneratorDelegate

From RAD Studio API Documentation

TTypedListValueGeneratorDelegateData.Bind.ObjectScope.TInternalTypedListValueGeneratorDelegateData.Bind.ObjectScope.TValueGeneratorDelegateWithEvents
[–] 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

Extends TValueGeneratorDelegate with additional events. Data.Bind.ObjectScope.TTypedListValueGeneratorDelegate inherits from Data.Bind.ObjectScope.TValueGeneratorDelegateWithEvents. All content below this line refers to Data.Bind.ObjectScope.TValueGeneratorDelegateWithEvents.

Extends TValueGeneratorDelegate with additional events.

See Also