Project: System Information Unit.
Unit: PJSysInfo.
Class: TPJBiosInfo
Applies to: ~>5.32
function SystemSKUNumber: string;
Returns the computer's SKU number as a string.
This string identifies a particular computer configuration for sale. It is sometimes also called a product ID or purchase order number. There is no standard format.
Requires support for SMBIOS reference specification v2.4 or later.
Returns:
-
A string containing the SKU number.
Special return value:
- An empty string is returned if any of the following conditions apply:
- the BIOS is not supported;
- the BIOS does not provide the required information.
- the BIOS does not support SMBIOS reference specification v2.4 or later;
- An empty string is returned if any of the following conditions apply:
Be aware that a string containing only white space could be returned by the BIOS.