Data.Bind.ObjectScope.TBindSourceAdapter.GetItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemIndex: Integer;

C++

int __fastcall GetItemIndex();

Properties

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

Description

Getter method of the ItemIndex property.

GetItemIndex returns the index of the active data item.

Call GetItemIndex to determine the index of the active data item. The first item has the index 0, the second item has the index 1 and so on.

See Also