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

Implements the bindings list component. TBindingsList is built on the TCustomBindingsList component and publishes additional properties that can be accessed from within the Object Inspector.

See Also

Code Examples