Data.Bind.Components.IBindLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindLink = interface

C++

__interface  INTERFACE_UUID("{4E952D1B-0D23-41C4-8DF0-D24C4C325D5C}") IBindLink  : public System::IInterface

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 is the primary interface used to support linking between a data source and a control, such as a TEdit control.

See Also