JVCL Help:TJvHWDockInfo

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

Search in JVCL Help

 
Search in all projects
 

Summary

Set of flags that describe docking states of the computer.

run\JvComputerInfoEx.pas


Pascal

 run\JvComputerInfoEx.pas
 TJvHWDockInfo = setof (diDocked, diUndocked, diUserSupplied, diUserDocked, diUserUndocked);


Description

The following table indicates the meaning of the various TJvHWDockInfo flags:

Value Meaning
diDocked The computer is docked. This flag is always set for desktop systems that cannot be undocked.
diUndocked The computer is undocked. This flag is always set for desktop systems that cannot be undocked.
diUserSupplied The current docking state is retrieved from information provided by the user in the Hardware Profiles page of the System control panel application. Windows NT 4.0: Windows NT 4.0 is not able to detect the docking state. Consequently, this flag is always set.
diUserDocked The computer is docked, according to information provided by the user.
diUserUndocked The computer is undocked, according to information provided by the user.

run\JvComputerInfoEx.pas


See Also

TJvHardwareProfile.DockInfo

run\JvComputerInfoEx.pas


About

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