System.Sensors.TLocationRegion.Empty
Delphi
class function Empty: TLocationRegion; inline; static;
C++
static TLocationRegion __fastcall Empty();
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | System.Sensors.pas System.Sensors.hpp |
System.Sensors | TLocationRegion |
Beschreibung
Gibt eine leere Region zurück.
Eine Region ist leer, wenn:
- Ihre ID ein leerer String ist.
- Ihr Mittelpunkt die Koordinaten
(0, 0)hat. - Ihr Radius
0ist.