Data.Bind.Components.IScopeNavigatorUpdates

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

IScopeNavigatorUpdates = interface

C++

__interface  INTERFACE_UUID("{3E48BABC-3939-4326-AD02-B1DF377746C6}") IScopeNavigatorUpdates  : public System::IInterface

Description

This interface is implemented by binding navigators (FMX and VCL) that require the mechanism of manipulating the data contained by the attached data sources. The operations apply and cancel updates to the data sources.

See Also