Docs de PDFiumPas

CurrentCharIndex Propiedad

Esta entrada API conserva identificadores, firmas, bloques de código y términos PDF en su forma original.
Componente: TPdfView  ·  Unidad: PDFium
Read-only zero-based character index under the current mouse cursor (or last hit-tested point).

Sintaxis

property CurrentCharIndex: Integer;

Descripción

Read-only zero-based character index under the current mouse cursor (or last hit-tested point).

Lo usa el resaltador de búsqueda integrado; devuelve -1 cuando el cursor no está sobre texto

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.

Notas

Ejemplo

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

Véase también

Active, Pdf, Options, Zoom