Vcl.AxCtrls.TActiveXPropertyPage.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TActiveXPropertyPage();

Properties

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

Description

Frees the instance of the Destroy.

Do not call Destroy directly in an application. Instead, call Free. Free checks that the TPropertyPage reference is not nil before calling Destroy. ~Destroy::.

See Also