System.Sensors.TSensorManager.RemoveSensorManagerEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveSensorManagerEvent(Event: TSensorManagerEvent);

C++

void __fastcall RemoveSensorManagerEvent(TSensorManagerEvent Event);

Properties

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

Description

Removes the specified event handler from 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