System.Sensors.TSensorManager.AddSensorManagerEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddSensorManagerEvent(Event: TSensorManagerEvent);

C++

void __fastcall AddSensorManagerEvent(TSensorManagerEvent Event);

Properties

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

Description

Adds the specified event handler to the list of event handlers that are called when a sensor is added or removed from the list of sensors of the sensor manager.

See Also