Data.Bind.Components.TLinkControlDelegate

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TLinkControlDelegate = class(TBindComponentDelegate, IBindActivate)
C++
class PASCALIMPLEMENTATION TLinkControlDelegate : public TBindComponentDelegate
Description
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.