API:Data.Bind.Components.TBindingsList

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomBindingsListSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBindingsList
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TBindingsList = class(TCustomBindingsList)

C++

class PASCALIMPLEMENTATION TBindingsList : public TCustomBindingsList

Description

Represents the base class for the binding list.

Data.Bind.Components.TBindingsList inherits from Data.Bind.Components.TCustomBindingsList. All content below this line refers to Data.Bind.Components.TCustomBindingsList.

Represents the base class for the binding list.

The TCustomBindingsList class implements a list of binding expressions, output converters, method scopes, and other binding list-related functionality.

See Also