System.Sensors.TCustomSensor.HasCustomProperty

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property HasCustomProperty[const Prop]: Boolean read GetHasCustomProperty;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomSensor


Beschreibung

Gibt an, ob der Systemsensor eine benutzerdefinierte Eigenschaft mit dem angegebenen Index (True) oder nicht (False) hat.

Siehe auch