Data.Bind.Components.TLinkFillControlToField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TCustomLinkFillControlToFieldData.Bind.Components.TCustomLinkControlToFieldData.Bind.Components.TLinkControlToFieldDelegateData.Bind.Components.TLinkControlDelegateTLinkFillControlToField

Delphi

TLinkFillControlToField = class(TCustomLinkFillControlToField)

C++

class PASCALIMPLEMENTATION TLinkFillControlToField : public TCustomLinkFillControlToField

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 control to a field and fills the control with possible values.

The TLinkFillControlToField class extends TCustomLinkFillControlToField with published properties.

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

See Also