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
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TLinkFillControlToField = class(TCustomLinkFillControlToField)

C++

class PASCALIMPLEMENTATION TLinkFillControlToField : public TCustomLinkFillControlToField

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