FMX.Platform.Win.FmxHandleToHWND

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function FmxHandleToHWND(const FmxHandle: TWindowHandle): HWND;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Platform.Win.pas
FMX.Platform.Win.hpp
FMX.Platform.Win FMX.Platform.Win

Beschreibung

Warnung: FmxHandleToHWND ist veraltet. Bitte verwenden Sie WindowHandleToPlatform.

Wandelt ein gegebenes FireMonkey-Fenster-Handle in ein HWND (Fenster-Handle) um. Veraltet. Verwenden Sie stattdessen WindowHandleToPlatform.

Siehe auch