PDFium Delphi Component Docs

OnSpeak događaj

Class: TPdfReadingSession  ·  Jedinica: PDFium
Pokreće se kada domaćin treba izgovoriti dio

Sintaksa

property OnSpeak: TPdfReadingSpeakEvent;

Opis

The handler receives the chunk text and an Interrupt flag telling the host whether to clear the current speech queue first

Napomene

Primjer

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

Vidi također

TPdfReadingSession, TPdfReadingSpeakEvent