FMX.Forms.TCommonCustomForm.CreateHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateHandle; virtual;

C++

virtual void __fastcall CreateHandle();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Creates the window for this form and assigns it a handle. CreateHandle is overridden in subclasses to add extra functionality when creating the window containing this form.

See Also