FMX.ListBox.TCustomListBox.SetItemIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItemIndex(const Value: Integer); virtual;

C++

virtual void __fastcall SetItemIndex(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Sets the index of the selected item in the list.

SetItemIndex is the protected setter method for the ItemIndex property.

See Also