API:System.Sensors.Components.TOrientationSensor

From RAD Studio API Documentation
Jump to: navigation, search

System.Sensors.Components.TSensorSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTOrientationSensor

Delphi

TOrientationSensor = class (TSensor<TCustomOrientationSensor>)

C++

class PASCALIMPLEMENTATION TOrientationSensor : public TSensor__1<System::Sensors::TCustomOrientationSensor*>

Properties

Type Visibility Source Unit Parent
class public
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components System.Sensors.Components

Description

Defines basic functionality for sensor components.

System.Sensors.Components.TOrientationSensor inherits from System.Sensors.Components.TSensor. All content below this line refers to System.Sensors.Components.TSensor.

Defines basic functionality for sensor components.

Every sensor component class derives from the base class named TSensor.

See Also