API:Data.Bind.Components.TCustomLinkControlToField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TLinkControlToFieldDelegateData.Bind.Components.TLinkControlDelegateData.Bind.Components.TBindComponentDelegateTCustomLinkControlToField

Delphi

TCustomLinkControlToField = class(TLinkControlToFieldDelegate)

C++

class PASCALIMPLEMENTATION TCustomLinkControlToField : public TLinkControlToFieldDelegate

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, data source, and field.

Data.Bind.Components.TCustomLinkControlToField inherits from Data.Bind.Components.TLinkControlToFieldDelegate. All content below this line refers to Data.Bind.Components.TLinkControlToFieldDelegate.

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