PDFium Component Docs

CurrentCharIndex property

Component: TPdfView  ·  Unit: PDFium
Indeks znaka samo za čitanje koji počinje od nule ispod trenutnog kursora miša (ili zadnje testirane točke).

Syntax

property CurrentCharIndex: Integer;

Description

Indeks znaka samo za čitanje koji počinje od nule ispod trenutnog kursora miša (ili zadnje testirane točke).

Koristi the built-in find highlighter; returns -1 when the cursor is not over text.

All TPdfView display properties trigger a repaint when assigned; you can change several in sequence without flicker because the redraw is coalesced into a single invalidation.

Remarks

Example

begin
  PdfView1.CurrentCharIndex := {value};
  PdfView1.Active := True;
end;

See Also

Active, Pdf, Options, Zoom