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
Links a value of a control to a component property and fills the control with possible values.
The TLinkFillControlToProperty class extends TCustomLinkFillControlToProperty with published properties.
Tip: The control must implement the IEditObserver interface.