TsgcAudioPlayerMCIProperties › Version

Version Property

Returns the current version string of the sgcWebSockets library.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Read-only property exposing the version identifier of the sgcWebSockets runtime this component is linked against. Useful for diagnostics, logging, and support requests. The value matches the version published by eSeGeCe for the installed build.

Example

ShowMessage(sgcAudioPlayerMCI1.Version);

Back to Properties