Data.Bind.Components.IScopeEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeEditor = interface

C++

__interface  INTERFACE_UUID("{F2A94E16-2181-4943-8BDC-3D0CA7FDE336}") IScopeEditor  : 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 in the course of modifying a field.

See Also