FMX.Forms3D.TCustomForm3D.CreateHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateHandle; override;

C++

virtual void __fastcall CreateHandle(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TCustomForm3D

Description

Creates the window for this form and assigns it a handle.

FMX.Forms3D.TCustomForm3D.CreateHandle inherits from FMX.Forms.TCommonCustomForm.CreateHandle. All content below this line refers to FMX.Forms.TCommonCustomForm.CreateHandle.

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