Data.Bind.Components.IScopeNavigator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeNavigator = interface

C++

__interface  INTERFACE_UUID("{C71852CF-888A-42C6-9A15-B704E11229D8}") IScopeNavigator  : 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

Is an interface implemented by data sources that support navigation through records. This interface is used by navigator components to move between records.

See Also