Raised when the host should pause current speech
Syntax
property OnPauseRequest: TNotifyEvent;
Description
The event is raised when Pause moves the session to pssPaused
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
procedure TForm1.ReadingSessionPause(Sender: TObject);
begin
SpeechEngine.Pause;
end;
See Also