Vcl.Controls.TWinControl.HandleAllocated
Delphi
function HandleAllocated: Boolean;
C++
bool __fastcall HandleAllocated();
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
Description
Indique s'il existe un handle d'objet écran pour le contrôle.
La méthode HandleAllocated permet de déterminer si l'objet d'écran sous-jacent au contrôle a été généré.
Si l'objet d'écran existe, HandleAllocated renvoie true. Dans le cas contraire, HandleAllocated renvoie false. Tester directement la propriété Handle d'un contrôle provoque la création de la fenêtre si elle n'existe pas déjà. Appelez la méthode HandleAllocated pour déterminer si une fenêtre existe déjà sans pour autant en créer une.