[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_spk.pas line 93
type TSpeaker = class(TLatch) |
public |
constructor Create; |
destructor Destroy; override; |
property Engine: Integer; [rw] |
property Speak: LongString; [w] |
property Pause: Boolean; [rw] |
property Wait: Boolean; [rw] |
property Rate: LongInt; [rw] |
property Pitch: LongInt; [rw] |
property Speed: LongInt; [rw] |
property Volume: LongInt; [rw] |
procedure Stop(); |
end; |
| |
| |
| |
TObject |