FMX.Platform.Win.WindowHandleToPlatform

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WindowHandleToPlatform(const AHandle: TWindowHandle): TWinWindowHandle;

C++

extern DELPHI_PACKAGE TWinWindowHandle* __fastcall WindowHandleToPlatform(Fmx::Types::TWindowHandle* const AHandle);

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.Win.pas
FMX.Platform.Win.hpp
FMX.Platform.Win FMX.Platform.Win

Description

Converts the given FireMonkey window handle to its platform dependent window handle (in this case a Windows window handle).

See Also