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