API:Data.Bind.Components.TCustomLinkControlToProperty
Delphi
TCustomLinkControlToProperty = class(TLinkControlDelegate)
C++
class PASCALIMPLEMENTATION TCustomLinkControlToProperty : public TLinkControlDelegate
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Is a binding component that wraps another binding component and references a control.
Data.Bind.Components.TCustomLinkControlToProperty inherits from Data.Bind.Components.TLinkControlDelegate. All content below this line refers to Data.Bind.Components.TLinkControlDelegate.
Is a binding component that wraps another binding component and references a control.
The TLinkControlDelegate class implements a binding component that wraps another binding component and references a control.
For more information regarding the delegates, please refer to the New LiveBinding topic, the Quick Binding Components Reference section.