Data.Bind.Components.IBindListItemIndexEditor.SetItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetItemIndex(AIndex: Integer);

C++

virtual void __fastcall SetItemIndex(int AIndex) = 0 ;

Description

Sets the item index.

SetItemIndex is the setter method for the ItemIndex property.

See Also