API:Data.Bind.Components.TLinkListControlToField
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
TLinkListControlToField = class(TCustomLinkListControlToField)
C++
class PASCALIMPLEMENTATION TLinkListControlToField : public TCustomLinkListControlToField
Description
Represents the base class for linking a list control to a field.
Data.Bind.Components.TLinkListControlToField inherits from Data.Bind.Components.TCustomLinkListControlToField. All content below this line refers to Data.Bind.Components.TCustomLinkListControlToField.
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.