Data.Bind.Components.IBindLink
[–] Properties | |
---|---|
Type: interface class
| |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
IBindLink = interface
C++
__interface INTERFACE_UUID("{4E952D1B-0D23-41C4-8DF0-D24C4C325D5C}") IBindLink : public System::IInterface
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.