PDFium Component Docs

OnFinished подія

Class: TPdfReadingSession  ·  Unit: PDFium
Raised when the session finishes the last chunk

Syntax

property OnFinished: TNotifyEvent;

Description

The session returns to pssIdle and clears the attached viewer word cursor before this event is raised

Remarks

Example

procedure TForm1.ReadingSessionFinished(Sender: TObject);
begin
  ButtonPlay.Enabled := True;
end;

See Also

TPdfReadingSession