TsgcWSPServer_DatasetProperties › Version

Version Property

Read-only subprotocol version string.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the internal version of the Dataset subprotocol implementation. Useful for logging or to verify compatibility with connected clients.

Example

ShowMessage(oProtocol.Version);

Back to Properties