Data.Bind.Components.IBindNavigator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindNavigator = interface

C++

__interface  INTERFACE_UUID("{50307CDD-63CD-4538-A211-D605C3811A0B}") IBindNavigator  : 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 all binding navigators (FMX and VCL) in order to provide the prototypes of the functions that are used to access the data source attached to the binding navigator.

See Also