API:Data.Bind.Components.TBindEventList1

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBindEventListTSystem.TObjectTBindEventList1
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TBindEventList1<T> = class(TBindEventListT)

C++

template<typename T> class PASCALIMPLEMENTATION TBindEventList1__1 : public TBindEventListT

Description

Represents the base class for the TBindEventList and TBindEventList1 lists of binding events.

Data.Bind.Components.TBindEventList1 inherits from Data.Bind.Components.TBindEventListT. All content below this line refers to Data.Bind.Components.TBindEventListT.

Represents the base class for the TBindEventList and TBindEventList1 lists of binding events. It is used internally.

See Also