Here is some of the info (using standard DBPro commands). Anything in the registry can be read.
card$ = CURRENT GRAPHICS CARD$()
biosVersion$ = get registry$("HARDWARE\DESCRIPTION\System","SystemBiosVersion")
biosDate$ = get registry$("HARDWARE\DESCRIPTION\System","SystemBiosDate")
processorIdentifier$ = get registry$("HARDWARE\DESCRIPTION\System\CentralProcessor\0","Identifier")
processorName$ = get registry$("HARDWARE\DESCRIPTION\System\CentralProcessor\0","ProcessorNameString")
MHz$ = str$(get registry("HARDWARE\DESCRIPTION\System\CentralProcessor\0","~MHz"))
videoBiosVersion$ = get registry$("HARDWARE\DESCRIPTION\System","VideoBiosVersion")
videoBiosDate$ = get registry$("HARDWARE\DESCRIPTION\System","VideoBiosDate")