FMX.Forms.TCustomForm.DestroyHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DestroyHandle; override;

C++

virtual void __fastcall DestroyHandle();

Properties

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

Description

Destroys the window handle created by CreateHandle.

FMX.Forms.TCustomForm.DestroyHandle inherits from FMX.Forms.TCommonCustomForm.DestroyHandle. All content below this line refers to FMX.Forms.TCommonCustomForm.DestroyHandle.

Destroys the window handle created by CreateHandle. DestroyHandle is overridden in subclasses to add extra functionality when destroying the window containing this form.

See Also