Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 993 Bytes

File metadata and controls

40 lines (24 loc) · 993 Bytes

SystemOEMVersion method

Project: System Information Unit.

Unit: PJSysInfo.

Class: TPJBiosInfo

Applies to: ~>5.32

function SystemOEMVersion: string;

Description

Gets a string containing an OEM specific version number.

Returns:

  • A string containing required version number.

    Special return value:

    • An empty string is returned if either of the following conditions apply:
      • the BIOS is not supported;
      • the BIOS does not provide the required information.

Note

  1. Be aware that a string containing only white space could be returned by the BIOS.

  2. This value does not relate to the BIOS version or the SMBIOS references specification version.

See also