FMX.Forms.TScreen.IndexFormOfObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IndexFormOfObject(const AObject: TFmxObject; const VisibleOnly: Boolean = True): Integer;

C++

int __fastcall IndexFormOfObject(Fmx::Types::TFmxObject* const AObject, const bool VisibleOnly = true);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen

Description

Renvoie l'index de la fiche correspondant à l'objet Obj transmis.

Le paramètre VisibleOnly spécifie si la fiche doit être visible ou invisible lors de la vérification interne.

Voir aussi