PlatformAPI.IOTAExternalDevice.GetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActive: Boolean;

Properties

Type Visibility Source Unit Parent
function public PlatformAPI.pas PlatformAPI IOTAExternalDevice

Description

GetActive returns True if the external device is active; it returns 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. GetActive only returns False if an external device is an Android emulator that is not running.

See Also