System.Sensors.TCustomMechanicalSensor.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TCustomSensor.Create */ inline __fastcall virtual TCustomMechanicalSensor(TSensorManager* AManager) : TCustomSensor(AManager) { }

Properties

Type Visibility Source Unit Parent
constructor protected System.Sensors.hpp System.Sensors TCustomMechanicalSensor

Description

Creates an instance of TCustomMechanicalSensor.

See TCustomSensor.Create for more information.

See Also