Data.Bind.Components.IBindLinkColumns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindLinkColumns = interface(IBindLink)

C++

__interface  INTERFACE_UUID("{F0FAEC32-EC29-45C1-9490-1DC9CD169DD4}") IBindLinkColumns  : public IBindLink

Properties

Type Visibility Source Unit Parent
interface
class
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

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.

See Also