FMX.Maps.TCustomMapView.ControlOptionsStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ControlOptionsStored: Boolean;

C++

bool __fastcall ControlOptionsStored();

Properties

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

Description

Whether the value of ControlOptions is the same as the value of DefaultControlOptions (True) or not (False).

See Also