FMX.Platform.Win.FindWindow
Delphi
function FindWindow(Handle: HWND): TCommonCustomForm;
C++
extern DELPHI_PACKAGE Fmx::Forms::TCommonCustomForm* __fastcall FindWindow(HWND Handle);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | FMX.Platform.Win.pas FMX.Platform.Win.hpp |
FMX.Platform.Win | FMX.Platform.Win |
Description
Renvoie la fiche dont l'identificateur de fenêtre est donné par le biais du paramètre Handle. Si le paramètre Handle spécifie une fiche introuvable, la méthode FindWindow renvoie alors nil.