Data.Bind.Components.TLinkFillControlToField

[–] 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.