FMX.Forms.TCustomForm.CreateHandle
Delphi
procedure CreateHandle; override;
C++
virtual void __fastcall CreateHandle(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.Forms.pas FMX.Forms.hpp | FMX.Forms | TCustomForm | 
Description
Creates the window for this form and assigns it a handle.
FMX.Forms.TCustomForm.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.