PDFium Component Docs

OnFinished-hendelse

Class: TPdfReadingSession  ·  Unit: PDFium
Utløses når sesjonen fullfører den siste biten

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