ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysAndroidVersion (Function)
Returns information about the Android version used by the application.
LooperExpandAll (Function)
Expands all breaks in a Looper control with break.
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
ExecuteCode (Function)
Runs the WLanguage code found 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.
HInfoAnalysis (Function)
Returns information about an analysis (WDD file).
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.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.
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.