ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
SysAndroidVersion (Function)
Returns information about the Android version used by the application.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
BrightnessGet (Function)
Returns the current setting of the brightness for the screen of the device.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
RegistryListKey (Function)
Lists the sub-keys of a registry key.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
WinForceDDW (Function)
Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Sum (Function)
Calculates the sum of the array elements.
Contains (Function)
Allows you to check if a substring is within a string.