System.Sensors.TSensorArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TSensorArray = array of TCustomSensor;

C++

typedef System::DynamicArray<TCustomSensor*> TSensorArray;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


Beschreibung

Array von Sensoren.

Siehe auch