System.GetOSProductInfo

number System.GetOSProductInfo (

)

Example 1

nInfo = System.GetOSProductInfo();

if (nInfo == PRODUCT_HOME_BASIC) then
Dialog.Message("Product Info", "The operating system is Home Basic.");
end

Determines whether the operating system is Home Basic and shows a dialog message.

See also: Related Actions