System.Sensors.Components.TLocationSensor.Optimize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Optimize: Boolean read FOptimize write SetOptimize default True;

C++

__property bool Optimize = {read=FOptimize, write=SetOptimize, default=1};

Properties

Type Visibility Source Unit Parent
property published
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TLocationSensor

Description

Specifies whether the location sensor should use the optimized Location API (True) or the general-purpose Sensor API (False).

This property is a wrapper for TCustomLocationSensor.Optimize.

See Also