PDFium Component Docs

FindNext method

Component: TPdf  ·  Unit: PDFium
Pomakne pokazivač aktivne sesije Find i vraća indeks sljedećeg podudarnog znaka

Syntax

function FindNext;

Description

Advances the cursor of an in-progress Find session and returns the next matching character index.

Returns -1 when the cursor reaches the end of the document.

Omotava odgovarajući PDFium API i izlaže ga kao član instance TPdf tako da korisnici ne moraju izravno upravljati FPDF_DOCUMENT ručkama.

Remarks

Example

if Pdf1.Active then
  Pdf1.FindNext;

See Also

Find, FindPrevious