System.Sensors.TCustomSensor.Manager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Manager: TSensorManager read FManager;

C++

__property TSensorManager* Manager = {read=FManager};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomSensor

Description

Manager that handles this sensor.

See Also