System.Sensors.TCustomLocationSensor.TProperties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TProperties = set of TProperty;

C++

typedef System::Set<TProperty, _DELPHI_SET_ENUMERATOR(TProperty::Latitude), _DELPHI_SET_ENUMERATOR(TProperty::CountryRegion)> TProperties;

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor

Description

Type containing a set of properties of TCustomLocationSensor.

See Also