FMX.Types.IsHandleValid

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IsHandleValid(Hnd: TFmxHandle): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsHandleValid(NativeUInt Hnd);

Propriétés

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

Description

Indique si un handle spécifié est valide.


IsHandleValid renvoie True si le handle spécifié par Hnd est différent de zéro, et False sinon.

Voir aussi