property CurrentCharIndex: Integer;
Read-only zero-based character index under the current mouse cursor (or last hit-tested point).
Used by the built-in find highlighter; returns -1 when the cursor is not over text.
همهٔ ویژگیهای نمایش TPdfView هنگام انتساب یک بازنقاش را فعال میکنند؛ میتوانید چند مورد را بهترتیب بدون پرش تغییر دهید زیرا بازنقاش در یک نامعتبرسازی واحد ادغام میشود
Active := True در زمان اجرا انتساب دهیدPdfView1.Pdf را در زمان اجرا جایگزین کنید، هر تنظیمات فقطنمایی را دوباره اعمال کنید — TPdf جدید وضعیت خود را دارد
begin
PdfView1.CurrentCharIndex := {value};
PdfView1.Active := True;
end;