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
Links a value of a control to a component property.
The TLinkControlToProperty class extends TCustomLinkControlToProperty with published properties.
Tip: The control must implement the IEditObserver interface.