System.Sensors.TCustomSensor.HasCustomProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasCustomProperty[const Prop]: Boolean read GetHasCustomProperty;

C++

__property bool HasCustomProperty[const void *Prop] = {read=GetHasCustomProperty};

Properties

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

Description

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

See Also