API:Data.Bind.Components.TLinkControlToProperty
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
TLinkControlToProperty = class(TCustomLinkControlToProperty)
C++
class PASCALIMPLEMENTATION TLinkControlToProperty : public TCustomLinkControlToProperty
Description
Represents the base class for binding a value of a control to a component property.
Data.Bind.Components.TLinkControlToProperty inherits from Data.Bind.Components.TCustomLinkControlToProperty. All content below this line refers to Data.Bind.Components.TCustomLinkControlToProperty.
Represents the base class for binding a value of a control to a component property.
The TCustomLinkControlToProperty class implements the functionality for binding a value of a control to a component property. The component property will be updated when the user inputs into the control.
Tip: The control must implement the IEditObserver interface.