PDFium Delphi Component Docs

OnSpeak dogodek

Class: TPdfReadingSession  ·  Unit: PDFium
Sproži se, ko mora gostitelj izgovoriti kos

Syntax

property OnSpeak: TPdfReadingSpeakEvent;

Description

Obdelovalec prejme besedilo kosa in zastavico Interrupt, ki gostitelju pove, ali naj najprej počisti trenutno čakalno vrsto govora

Remarks

Example

procedure TForm1.ReadingSessionSpeak(Sender: TObject; const Text: WString; Interrupt: Boolean);
begin
  SpeechEngine.Speak(Text, Interrupt);
end;

See Also

TPdfReadingSession, TPdfReadingSpeakEvent