PlatformAPI.IOTAExternalDevice.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(const Value: Boolean);

Properties

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

Description

Use SetActive to make an external device active (True) or stop it from being active (False).

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.

See Also