API:Data.Bind.ObjectScope.TTypedListValueGeneratorDelegate

From RAD Studio API Documentation

TTypedListValueGeneratorDelegateData.Bind.ObjectScope.TInternalTypedListValueGeneratorDelegateData.Bind.ObjectScope.TValueGeneratorDelegateWithEvents

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

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