Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrentIndex

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

function GetCurrentIndex: Integer;

C++

int __fastcall GetCurrentIndex();

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