Data.Bind.Components.IBindPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindPosition = interface

C++

__interface  INTERFACE_UUID("{6E9EB32B-4982-4D4D-9510-A0ADFB1BDCC8}") IBindPosition  : 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 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