JVCL Help:TJvAPMInfo.BatteryFlag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAPMInfo.BatteryFlag Property
[+] TJvAPMInfo Properties
Search in JVCL Help
Search in all projectsSummary
This property only have meaning on portable computers that run off batteries. Provides access to the current status of the computer battery.
Pascal
propertyBatteryFlag: TAPMBatteryFlag;
Description
Read BatteryFlag to learn the current status of the computers battery. BatteryFlag can have one of the following values:
Value | Meaning |
abfHigh | the battery has a high charge |
abfLow | the battery has a low charge |
abfCritical | the battery is very low and must be charged immediately |
abfCharging | the battery is charging |
abfNoBattery | there is no battery inserted |
abfUnknown | the battery status is unknown or an error occurred |
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