TsgcSTUNClient › Properties › Version
Read-only build version of the sgcWebSockets component library.
property Version: String read GetVersion;
—
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.
ShowMessage('sgcWebSockets version: ' + oSTUN.Version);