PDFium Component Docs

OnCancelRequest evento

Class: TPdfReadingSession  ·  Unità: PDFium
Richiamato quando l host deve annullare il parlato corrente

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