Data.Bind.Components.IScopeRecordEnumeratorStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeRecordEnumeratorStatus = interface

C++

__interface  INTERFACE_UUID("{755F088B-F673-45BD-A74D-ECBBDB38ACBA}") IScopeRecordEnumeratorStatus  : 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

This interface is implemented by classes that require to get information regarding the status (multiple record updating) of a scope record enumerator.

Tip: This interface may be implemented by a scope record enumerator to provide additional information about the status of the records in a data source.

See Also