TsgcWSPServer_FilesProperties › Version

Version Property

Read-only component version string.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the sgcWebSockets library version. Useful for logging or for displaying the library version in diagnostic screens.

Example

ShowMessage(oFiles.Version);

Back to Properties