API:Data.Bind.ObjectScope.TTypedListValueGeneratorDelegate

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TValueGeneratorDelegateWithEventsData.Bind.ObjectScope.TValueGeneratorDelegateSystem.TObjectTTypedListValueGeneratorDelegate

Delphi

TTypedListValueGeneratorDelegate<T> = class(TValueGeneratorDelegateWithEvents)

C++

template<typename T> class PASCALIMPLEMENTATION TTypedListValueGeneratorDelegate__1 : public TValueGeneratorDelegateWithEvents

Properties

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

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