TsgcTextToSpeechAmazonProperties › Version

Version Property

Read-only string with the sgcWebSockets library version.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the current sgcWebSockets package version as a string. Useful for logging, bug reports and verifying the deployed runtime matches what was compiled.

Example

ShowMessage(oTTS.Version);

Back to Properties