Data.Bind.Components.TCustomLinkListControlToField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TLinkControlToFieldDelegateData.Bind.Components.TLinkControlDelegateData.Bind.Components.TBindComponentDelegateTCustomLinkListControlToField

Delphi

TCustomLinkListControlToField = class(TLinkControlToFieldDelegate, IControlEditorName)

C++

class PASCALIMPLEMENTATION TCustomLinkListControlToField : 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

Represents the base class for linking a list control to a field.

The TCustomLinkListControlToField class implements the functionality for linking a list control, such as TListBox, to a field.

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

See Also