PDFium Component Docs

Destroy destructor

Component: TPdf  ·  Unit: PDFium
Releases document handles, form state, cached fonts, streams, and timers before TPdf is destroyed

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