FMX.ActnList.IGlyph.GetImageIndex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetImageIndex: TImageIndex;

C++

virtual System::Uitypes::TImageIndex __fastcall GetImageIndex() = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList IGlyph


Description

Permet d'obtenir un nombre ordinal de base zéro représentant une image.

Cela peut être -1 par défaut.

Il est possible d'utiliser n'importe quel nombre ordinal. Si vous utilisez un index d'image inexistant, aucune exception n'est déclenchée, mais l'image n'est pas dessinée.

Voir aussi