Data.Bind.Components.TLinkListControlToField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomLinkListControlToFieldData.Bind.Components.TLinkControlToFieldDelegateData.Bind.Components.TLinkControlDelegateData.Bind.Components.TBindComponentDelegateTLinkListControlToField

Delphi

TLinkListControlToField = class(TCustomLinkListControlToField)

C++

class PASCALIMPLEMENTATION TLinkListControlToField : public TCustomLinkListControlToField

Properties

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

Description

Links a list control to a field.

The TLinkListControlToField class extends TCustomLinkListControlToField with published properties.

Tip: If the direction is bidirectional, then the control must support the IEditLinkObserver interface.

See Also