sx_Version

<< Click to Display Table of Contents >>

sx_Version

VB Declaration

Declare Function sx_Version Lib "Apollo9.dll" () As String

C Declaration

LONG FAR PASCAL sx_Version (VOID);

Description

Extracts the name and version number currently in use.

Return Value

The RDE name and version number are returned as a string.

VB Example

Label1.Caption = "Version " + sx_Version()

C Example

m_ver->SetStrProperty("Text", (LPCSTR) sx_Version());

URL of this topic:
https://www.apollodb.com/docs/api/index_api.html?apolloapi_sx_version.htm