Data.Bind.Components.IScopeEditLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeEditLink = interface

C++

__interface  INTERFACE_UUID("{86C2783F-082F-4D78-98A3-CC3540D72A0D}") IScopeEditLink  : 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

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