API:Data.Bind.Components.TCustomLinkPropertyToField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TLinkPropertyToFieldDelegateData.Bind.Components.TBindComponentDelegateData.Bind.Components.TContainedBindComponentTCustomLinkPropertyToField

Delphi

TCustomLinkPropertyToField = class(TLinkPropertyToFieldDelegate)

C++

class PASCALIMPLEMENTATION TCustomLinkPropertyToField : public TLinkPropertyToFieldDelegate

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

Data.Bind.Components.TCustomLinkPropertyToField inherits from Data.Bind.Components.TLinkPropertyToFieldDelegate. All content below this line refers to Data.Bind.Components.TLinkPropertyToFieldDelegate.

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

The TLinkPropertyToFieldDelegate class implements a binding component that wraps another binding component and references a component property, a data source, and a field name.

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

See Also