guides:programming:programmers_reference_manual:version_property_system

VERSION property (System)

Returns Windows and Presentation Server version information.

This property is an @fm-delimited array formatted as follows:

<1> Windows Version Number in the format:

<majorVersion> “.” <minorVersion>

<2> Presentation Server Product version in the format:

<majorVersion> “.” <minorVersion> “.” <releaseNo> “.” <buildNo>

<3> Presentation Server File version in the format:

<majorVersion> “.” <minorVersion> “.” <releaseNo> “.” <buildNo>

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

This function communicates with the OpenInsight executable, and is thus only available in UI/event context. To determine the system version in non-UI context (for example, from a routine running in the Engine Server), please use the GetEngineVersion call.

 
VersionInfo = Get_Property( "SYSTEM", "VERSION" )
 
 
 
  • guides/programming/programmers_reference_manual/version_property_system.txt
  • Last modified: 2024/10/14 18:18
  • by 127.0.0.1