System.Sensors.TCustomSensor.HasCustomData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasCustomData[const Data]: Boolean read GetHasCustomData;

C++

__property bool HasCustomData[const void *Data] = {read=GetHasCustomData};

Properties

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

Description

Specifies whether the system sensor has custom data with the specified index (True) or not (False).

See Also