<< Click to Display Table of Contents >> Navigation: Apollo API Listing > 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());