Raised when the host should cancel current speech
Syntax
property OnCancelRequest: TNotifyEvent;
Description
The event is raised by Stop when playback was active
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
procedure TForm1.ReadingSessionCancel(Sender: TObject);
begin
SpeechEngine.Cancel;
end;
See Also