PDFium Component Docs

Destroy مُدمّر

Component: TPdf  ·  Unit: PDFium
يحرر مقابض المستند وحالة النماذج وذاكرات الخطوط والتدفقات والمؤقتات قبل تدمير TPdf

Syntax

destructor Destroy; override;

Description

Destroy is called by Free or by the owner when the component instance is being released

Releases document handles, form state, cached fonts, streams, and timers before TPdf is destroyed

Remarks

Example

Pdf.Free;

See Also

TPdf.Create, TPdf.Active, TPdf.UnloadLibrary