Data.Bind.Components.IBindListItemIndexEditor.GetItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: IBindListItemIndexEditor

Delphi

function GetItemIndex: Integer;

C++

virtual int __fastcall GetItemIndex() = 0 ;

Description

Returns the item index.

GetItemIndex is the getter method for the ItemIndex property.

See Also