Data.Bind.Components.TLinkPropertyToFieldDelegate

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TLinkPropertyToFieldDelegate = class(TBindComponentDelegate, IBindActivate)
C++
class PASCALIMPLEMENTATION TLinkPropertyToFieldDelegate : public TBindComponentDelegate
Description
Is a binding component that wraps another binding component and references a component property, data source, and field name.
The TLinkPropertyToFieldDelegate class implements a binding component that wraps another binding component and references a component property, a data source, and a field name.
For more information regarding the delegates, please refer to the New LiveBinding topic, the Quick Binding Components Reference section.