Data.Bind.Components.IScopeEditor

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

IScopeEditor = interface

C++

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

See Also