ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Map functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Warning
this feature is no longer available.
Returns the style used by the map displayed in the Map control.
Example
// Applique une style "rétro" à la carte
MapChangeStyle(CARTE_MaCarte, mcsRetro)
...
let StyleUtilisé = MapGetStyle(CARTE_MaCarte)
IF StyleUtilisé = mcsRetro THEN Trace("Style rétro")
Syntax
<Result> = MapGetStyle(<Map control>)
<Result>: Integer constant
Style used by the map displayed in the Map control:
mcsAubergine"Aubergine" style.
mcsCustom"Custom" style.
mcsDark"Dark" style.
mcsNight"Night" style.
mcsRetro"Retro" style.
mcsSilver"Silver" style.
mcsStandard"Standard" style.
<Map control>: Control name
Name of the Map control to be used. If this parameter corresponds to an empty string (""), the Map control to which the current event belongs will be used.
Remarks
To change the style of the map displayed by the Map control, use MapChangeStyle.
Business / UI classification: UI Code
Component: wd300obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/18/2025

Send a report | Local help