TsgcUDPServerProperties › Version

Version Property

Read-only string with the sgcWebSockets library version that built this component.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

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.

Example

ShowMessage('sgcWebSockets ' + oServer.Version);

Back to Properties