PDFium Delphi Component Docs

אירוע OnWordChange

Class: TPdfReadingSession  ·  Unit: PDFium
מועלה כאשר אינדקס המילה הפעילה משתנה

Syntax

property OnWordChange: TPdfReadingWordEvent;

Description

המציג המצורף מעודכן לפני שאירוע זה מועלה

Remarks

Example

procedure TForm1.ReadingSessionWord(Sender: TObject; ChunkIndex, WordIndex: Integer);
begin
  CurrentWordIndex := WordIndex;
end;

See Also

TPdfReadingSession, TPdfReadingWordEvent