Data.Bind.ObjectScope.TBindSourceAdapter.GetCurrentIndex
[–] 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.