API: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
Represents the base class for linking a control to a field and filling the control with possible values.
Data.Bind.Components.TLinkFillControlToField inherits from Data.Bind.Components.TCustomLinkFillControlToField. All content below this line refers to Data.Bind.Components.TCustomLinkFillControlToField.
Represents the base class for linking a control to a field and filling the control with possible values.
The TCustomLinkFillControlToField class implements the functionality for linking a control to a field in a data source and filling the control with the possible values.
Typically, this control is used to display the values of a data source in a list control and to keep the current row of the data source in synchronization with the current row in the control. It is not used for the purpose of allowing a list control to edit a field in a data source. TCustomLinkFillControlToField is for this purpose.
Tip: If the direction is bidirectional, then the control must support the IEditLinkObserver interface.