System.Sensors.TSensorManager.Activate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Activate; virtual; abstract;

C++

virtual void __fastcall Activate() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TSensorManager

Description

Activates the sensor manager.

Note: Check the return value of CanActivate before you call Activate to check whether the system supports sensor managers.

When you activate the sensor manager, it gets information about the sensors connected to the system.

See Also