Project: System Information Unit.
Unit: PJSysInfo.
Class: TPJBiosInfo
Applies to: ~>5.32
function IsBiosSupported: Boolean;
Checks whether the BIOS is supported or not.
Returns:
True if the BIOS is supported, False if not.For a BIOS to be supported:
While all methods of TPJBiosInfo can be called safely for unsupported BIOSs, this is not good practice. It is best to check whether IsBiosSupported returns True before calling any other methods.