Data.Bind.Components.IBindPosition

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

IBindPosition = interface

C++

__interface  INTERFACE_UUID("{6E9EB32B-4982-4D4D-9510-A0ADFB1BDCC8}") IBindPosition  : public System::IInterface

Description

Is an interface implemented by all binding components that synchronize their position or current item with the position or current record of a data source. This interface is used by data sources to inform a binding component that the position or current row has changed.

See Also