FMX.Platform.Win.FindWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindWindow(Handle: HWND): TCommonCustomForm;

C++

extern DELPHI_PACKAGE Fmx::Forms::TCommonCustomForm* __fastcall FindWindow(HWND Handle);

Properties

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

Description

Returns the form whose window identifier is given through the Handle parameter. If the Handle parameter specifies a form that cannot be found, then the FindWindow method returns nil.