TsgcUDPServer › Properties › Version
Read-only string with the sgcWebSockets library version that built this component.
property Version: String read GetVersion;
—
Returns the sgcWebSockets product version string (for example 4.6.1). The value is compiled into the binary and is useful for logging and for filing support requests. The property is read-only and its value is displayed in the Object Inspector but cannot be changed at design time or at run time.
ShowMessage('sgcWebSockets ' + oServer.Version);