property CurrentCharIndex: Integer;
当前鼠标光标下(或上次命中测试点处)的只读从零开始的字符索引
由内置查找高亮使用;当光标不在文本上时返回 -1
所有 TPdfView 显示属性在赋值时都会触发重绘;可以连续修改多个属性而不会闪烁,因为重绘被合并为一次失效操作
Active := True 之前赋值PdfView1.Pdf,请重新应用仅用于视图的设置 — 新的 TPdf 有自己的状态
begin
PdfView1.CurrentCharIndex := {value};
PdfView1.Active := True;
end;