Data.Bind.Components.IScopeEditLink
| [–] Properties | |
|---|---|
| Type: interface class
| |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
IScopeEditLink = interface
C++
__interface INTERFACE_UUID("{86C2783F-082F-4D78-98A3-CC3540D72A0D}") IScopeEditLink : public System::IInterface
Description
Is an interface implemented by data sources that can support linking a field in the data source to a control, such as a TEdit control. This interface is used by binding components to manage the interaction between a particular control and a data source.