FMX.Forms.IFMXWindowService.CreateWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateWindow(const AForm: TCommonCustomForm): TWindowHandle;

C++

virtual Fmx::Types::TWindowHandle* __fastcall CreateWindow(TCommonCustomForm* const AForm) = 0 ;

Properties

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

Description

In descendants, CreateWindow implements functionality to create a window based on the given form.

CreateWindow returns a handle for the created window.

See Also