Data.Bind.Components.TLinkControlDelegate

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBindComponentDelegateData.Bind.Components.TContainedBindComponentData.Bind.Components.TBasicBindComponentSystem.Classes.TComponentSystem.Classes.TPersistentTLinkControlDelegate

Delphi

TLinkControlDelegate = class(TBindComponentDelegate, IBindActivate)

C++

class PASCALIMPLEMENTATION TLinkControlDelegate : public TBindComponentDelegate

Properties

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

Description

Is a binding component that wraps another binding component and references a control.

The TLinkControlDelegate class implements a binding component that wraps another binding component and references a control.

For more information regarding the delegates, please refer to the New LiveBinding topic, the Quick Binding Components Reference section.

See Also