FMX.Platform.Win.FmxHandleToHWND

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FmxHandleToHWND(const FmxHandle: TWindowHandle): HWND;

C++

extern DELPHI_PACKAGE HWND __fastcall FmxHandleToHWND(Fmx::Types::TWindowHandle* const FmxHandle);

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

Avertissement : FmxHandleToHWND est obsolète. Veuillez utiliser WindowHandleToPlatform.

Convertit le handle de fenêtre FireMonkey donné en un handle de fenêtre HWND. Obsolète. Utilisez à la place WindowHandleToPlatform.

Voir aussi