JVCL Help:TJvCleanBoot

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the possible values for a clean boot.

run\JvComputerInfoEx.pas


Pascal

 run\JvComputerInfoEx.pas
 TJvCleanBoot = (
cbNormal,
cbFailSafe,
cbFailSafeNetwork
);


Members

Members Description
cbNormal The computer was booted normally.
cbFailSafe The computer was booted in "Fail Safe" mode.
cbFailSafeNetwork The computer was booted in "Fail Safe" mode with networking enabled.

run\JvComputerInfoEx.pas


Description

Defines the possible values for a clean boot. Used as the type of TJvMetricsInfo.CleanBoot.

run\JvComputerInfoEx.pas


See Also

TJvMetricsInfo

run\JvComputerInfoEx.pas


About

Navigation

no pages or subcategories

run\JvComputerInfoEx.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page