<< Click to Display Table of Contents >> sx_Version |
Declare Function sx_Version Lib "Apollo9.dll" () As String
LONG FAR PASCAL sx_Version (VOID);
Extracts the name and version number currently in use.
The RDE name and version number are returned as a string.
Label1.Caption = "Version " + sx_Version()
m_ver->SetStrProperty("Text", (LPCSTR) sx_Version());
URL of this topic:
https://www.apollodb.com/docs/api/index_api.html?apolloapi_sx_version.htm