TsgcTURNClientProperties › Version

Version Property

Read-only build version of the sgcWebSockets component library.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the version string of the sgcWebSockets package. Useful for displaying the library version in About boxes or log files. The property is read-only and does not affect TURN behaviour.

Example

ShowMessage('sgcWebSockets version: ' + oTURN.Version);

Back to Properties