FMX.Forms.IFMXWindowService.FindForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindForm(const AHandle: TWindowHandle): TCommonCustomForm;

C++

virtual TCommonCustomForm* __fastcall FindForm(Fmx::Types::TWindowHandle* const AHandle) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Description

In descendants, FindForm implements functionality to return the FireMonkey form whose handle is specified through the AHandle parameter.

See Also