PDFium Component Docs

FindPrevious メソッド

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdf  ·  ユニット: PDFium
Reverses the Find cursor by one match.

構文

function FindPrevious;

説明

Reverses the Find cursor by one match.

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

Wraps the corresponding PDFium API and exposes it as a TPdf instance member so consumers do not have to manage FPDF_DOCUMENT handles directly.

備考

if Pdf1.Active then
  Pdf1.FindPrevious;

関連項目

Find, FindNext