Data.Bind.Components.TLinkControlToFieldDelegate

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TLinkControlDelegateData.Bind.Components.TBindComponentDelegateData.Bind.Components.TContainedBindComponentData.Bind.Components.TBasicBindComponentTLinkControlToFieldDelegate
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TLinkControlToFieldDelegate = class(TLinkControlDelegate)

C++

class PASCALIMPLEMENTATION TLinkControlToFieldDelegate : public TLinkControlDelegate

Description

Is a binding component that wraps another binding component and references a control, data source, and field.

The TLinkControlToFieldDelegate class implements a binding component that wraps another binding component and references a control, a data source, and a field.

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

See Also