FMX.Maps.TCustomMapView.LayerOptionsStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LayerOptionsStored: Boolean;

C++

bool __fastcall LayerOptionsStored();

Properties

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

Description

Whether the value of LayerOptions is the same as the value of DefaultLayerOptions (True) or not (False).

See Also