Raised when the host should resume paused speech
Syntax
property OnResumeRequest: TNotifyEvent;
Description
This event is raised only when ResumeRestartsChunk is False
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
procedure TForm1.ReadingSessionResume(Sender: TObject);
begin
SpeechEngine.Resume;
end;
See Also