TsgcICEClientProperties › 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 ICE behaviour.

Example

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

Back to Properties