Data.Bind.Components.IBindLinkColumns
| [–] Properties | |
|---|---|
| Type: interface class
| |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
IBindLinkColumns = interface(IBindLink)
C++
__interface INTERFACE_UUID("{F0FAEC32-EC29-45C1-9490-1DC9CD169DD4}") IBindLinkColumns : public IBindLink
Description
This interface is implemented by binding components. It is used by data sources to inform the binding components of changes to a field or record. This interface is an extension of IBindLink, adding support for multiple columns.