TsgcSTUNClientProperties › 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 STUN behaviour.

Example

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

Back to Properties