Class tspeakevent

Unit

Declaration

type tspeakevent = class(tmseevent)

Description

No description available, ancestor tmseevent description follows
No description available, ancestor tnullinterfacedobject description follows

Hierarchy

Overview

Fields

Protected fmode: speakmodety;
Protected fvoice: int32;
Protected foptions: speakoptionsty;
Protected ftext: msestring;
Protected fchar: char32;

Methods

Public constructor create(const text: msestring; const options: speakoptionsty; const voice: int32);
Public constructor create(const achar: char32; const options: speakoptionsty; const voice: int32);
Public constructor createkey(const key: msestring; const options: speakoptionsty; const voice: int32);

Description

Fields

Protected fmode: speakmodety;
 
Protected fvoice: int32;
 
Protected foptions: speakoptionsty;
 
Protected ftext: msestring;
 
Protected fchar: char32;
 

Methods

Public constructor create(const text: msestring; const options: speakoptionsty; const voice: int32);
 
Public constructor create(const achar: char32; const options: speakoptionsty; const voice: int32);
 
Public constructor createkey(const key: msestring; const options: speakoptionsty; const voice: int32);
 

Generated by PasDoc 0.16.0.