Data.Bind.Components.TBindComponentDelegate

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TBindComponentDelegate = class(TContainedBindComponent)

C++

class PASCALIMPLEMENTATION TBindComponentDelegate : public TContainedBindComponent

Description

Is a binding component that wraps one or more other binding components.

See Also