PDFium Component Docs

אירוע OnCancelRequest

Class: TPdfReadingSession  ·  Unit: PDFium
Raised when the host should cancel current speech

Syntax

property OnCancelRequest: TNotifyEvent;

Description

The event is raised by Stop when playback was active

Remarks

Example

procedure TForm1.ReadingSessionCancel(Sender: TObject);
begin
  SpeechEngine.Cancel;
end;

See Also

TPdfReadingSession