THPDFDocOutlineObject.Destroy

THPDFDocOutlineObject

 

Вверх  Назад  Далее

Destroys an instance of THotPDF.

 

Delphi syntax:

destructor Destroy; override;

 

C++ syntax:

__fastcall virtual ~THPDFDocOutlineObject ( void );

 

Описание

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the THPDFDocOutlineObject object is not nil and only then calls Destroy.