Docs de PDFiumPas

FindPrevious Método

Esta entrada API conserva identificadores, firmas, bloques de código y términos PDF en su forma original.
Componente: TPdf  ·  Unidad: PDFium
Reverses the Find cursor by one match.

Sintaxis

function FindPrevious;

Descripción

Reverses the Find cursor by one match.

Use to implement Shift+F3 / "Find Previous" actions.

Envuelve la API correspondiente de PDFium y la expone como un miembro de instancia de TPdf para que los consumidores no tengan que gestionar directamente identificadores FPDF_DOCUMENT

Notas

Ejemplo

if Pdf1.Active then
  Pdf1.FindPrevious;

Véase también

Find, FindNext