Data.Bind.Components.TCustomLinkControlToField
Delphi
TCustomLinkControlToField = class(TLinkControlToFieldDelegate)
C++
class PASCALIMPLEMENTATION TCustomLinkControlToField : public TLinkControlToFieldDelegate
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Represents the base class for linking a control to a field.
The TCustomLinkControlToField class implements the functionality for linking a control to a field in a data source.
Tip: If the direction is bidirectional, then the control must support the IEditLinkObserver interface.