Data.Bind.Components.IScopeState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeState = interface(IScopeActive)

C++

__interface  INTERFACE_UUID("{2B1E1B3F-EBD5-46F0-A611-E5512D49BCFD}") IScopeState  : public IScopeActive

Properties

Type Visibility Source Unit Parent
interface
class
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

This interface is implemented by data sources and is used by binding components to get the editing state of a data source, and also to monitor changes to the editing state.

See Also