Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrentIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrentIndex: Integer;

C++

int __fastcall GetCurrentIndex();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Getter method for the CurrentIndex property.

GetCurrentIndex returns the index of the current active data item including the index offset.

This method returns the addition of the values held by the ItemIndex and ItemIndexOffset properties.

See Also