FMX.ListBox.TCustomListBox.SetItemIndex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetItemIndex(const Value: Integer); virtual;

C++

virtual void __fastcall SetItemIndex(const int Value);

Propriétés

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


Description

Définit l'index de l'élément sélectionné dans la liste.

SetItemIndex est la méthode d'accesseur en écriture protégée de la propriété ItemIndex.

Voir aussi