PDFium Delphi Component Docs

FindPrevious متد

کامپوننت: TPdf  ·  واحد: PDFium
Reverses the Find cursor by one match.

Syntax

function FindPrevious;

Description

Reverses the Find cursor by one match.

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

API مربوطهٔ PDFium را در بر می‌گیرد و به‌عنوان یک عضو نمونهٔ TPdf در دسترس قرار می‌دهد تا مصرف‌کنندگان نیازی به مدیریت مستقیم هندل‌های FPDF_DOCUMENT نداشته باشند

Remarks

Example

if Pdf1.Active then
  Pdf1.FindPrevious;

See Also

Find, FindNext