PDFium Component Docs

Destroy destructor

Component: TPdf  ·  Unit: PDFium
Eliberează handle-urile documentului, starea formularului, fonturile din cache, fluxurile și temporizatoarele înainte ca TPdf să fie distrus

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