System.Sensors.TCustomSensor.HasCustomProperty
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.