PlatformAPI.IOTAExternalDevice.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(const Value: Boolean);

C++

virtual void __fastcall SetActive(const bool Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
PlatformAPI.pas
PlatformAPI.hpp
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