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

Frees an instance of TPropertyPage.

Do not call Destroy directly in an application. Instead, call Free, which verifies that the property page reference is not nil, and only then calls Destroy.

Destroy frees any associated OLE objects before freeing the object instance.

See Also