This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.
Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.
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.