Data.Bind.Components.IScopeEditLink

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also