RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyPage.Destroy Destructor

Frees an instance of TPropertyPage.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!