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 a generic list of binding events. It is used internally.

See Also