FMX.Platform.Win.FmxHandleToHWND
Delphi
function FmxHandleToHWND(const FmxHandle: TWindowHandle): HWND;
C++
extern DELPHI_PACKAGE HWND __fastcall FmxHandleToHWND(Fmx::Types::TWindowHandle* const FmxHandle);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Platform.Win.pas FMX.Platform.Win.hpp |
FMX.Platform.Win | FMX.Platform.Win |
Description
Attention: FmxHandleToHWND is deprecated. Please use WindowHandleToPlatform.
Converts the given FireMonkey window handle to a HWND
(window handle). Deprecated. Use WindowHandleToPlatform instead.