sx_Version

<< Click to Display Table of Contents >>

Navigation:  Apollo API Listing >

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());