FMX.Maps.TMapMarkerDescriptor.Draggable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Draggable: Boolean;

C++

bool Draggable;

Properties

Type Visibility Source Unit Parent
field public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TMapMarkerDescriptor

Description

Indicates whether the marker can be dragged by the user.

The Draggable field of Boolean type indicates if user can drag the map marker or not.

When the TMapMarkerDescriptor is created Draggable is set to False.

See Also