System.Sensors.TSensorArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSensorArray = array of TCustomSensor;

C++

typedef System::DynamicArray<TCustomSensor*> TSensorArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Array of sensors.

See Also