Data.Bind.Components.IBindListItemIndexEditor.SetItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItemIndex(AIndex: Integer);

C++

virtual void __fastcall SetItemIndex(int AIndex) = 0 ;

Properties

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

Description

Sets the item index.

SetItemIndex is the setter method for the ItemIndex property.

See Also