API:Vcl.AxCtrls.TPropertyPage.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TPropertyPage();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TPropertyPage

Description

Removes the form from memory.

Vcl.AxCtrls.TPropertyPage.Destroy inherits from Vcl.Forms.TCustomForm.Destroy. All content below this line refers to Vcl.Forms.TCustomForm.Destroy.

Removes the form from memory.

Do not call Destroy. Instead, call Release, which indirectly produces a call to the Free method, which in turn calls Destroy.

See Also