DeviceData.BatteryState

From Xojo Documentation

Read-Only Property (As DeviceData.BatteryStates )
DeviceData.BatteryStatesValue = aDeviceData.BatteryState

New in 2020r2

Supported for all project types and targets.

Indicates if the battery is charging, fully charged, etc.

Notes

To get the current state of the battery, BatteryMonitoringEnabled must be True. One you no longer need to know the current battery state, set BatteryMonitoringEnabled to False.

See Also

BatteryStates enumeration.