FMX.Maps.TCustomMapView.GestureOptionsStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GestureOptionsStored: Boolean;

C++

bool __fastcall GestureOptionsStored();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TCustomMapView

Description

Whether the value of GestureOptions is the same as the value of DefaultGestureOptions (True) or not (False).

See Also