PlatformAPI.IOTAExternalDevice.Active
Delphi
property Active: Boolean read GetActive write SetActive;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | PlatformAPI.pas | PlatformAPI | IOTAExternalDevice |
Description
Active is True if the external device is active; it is False otherwise.
Whether an external device is active or not only matters in the case of Android emulators. An Android emulator is active if it is running, and it is not active otherwise. Active only returns False if an external device is an Android emulator that is not running.