Data.Bind.Components.TCustomBindingsList

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBindingsList

Delphi

TCustomBindingsList = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomBindingsList : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

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