Data.Bind.Components.IScopeState

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

IScopeState = interface(IScopeActive)

C++

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

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