Data.Bind.Components.IBindListItemIndexEditor.GetItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemIndex: Integer;

C++

virtual int __fastcall GetItemIndex() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components IBindListItemIndexEditor

Description

Returns the item index.

GetItemIndex is the getter method for the ItemIndex property.

See Also