FMX.ListBox.TListBoxSelector.UserSetIndex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure UserSetIndex(const Index: Integer); virtual;

C++

virtual void __fastcall UserSetIndex(const int Index);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector


Description

Méthode qui s'exécute lorsque vous définissez par programmation l'index d'un élément.

Le paramètre suivant est accepté :

  • Index : valeur que vous voulez définir comme index d'un élément.

TCustomListBox.SetItemIndex appelle UserSetIndex. UserSetIndex appelle DoUserSetIndex.

Voir aussi