ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExeListProcess (Function)
Returns the list of applications currently run.
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Runtime error management functions
List of functions for managing runtime errors...
XMLResult (Function)
Returns the result of a calculation XPath query.
SysWinActive (Function)
Returns the handle of the active window or activates a window.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
grRotation (Function)
Used to: Turn a chart around one of its axes in order to better view the data. Find out the rotation angle of a chart on one of its axes....
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
DocUpdateFormula (Function)
Updates the formulas in a document.
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
XMLPath (Function)
Returns the current position in the document in XPATH format.
Window management functions
List of functions for managing windows...
DocUpdateTableOfContents (Function)
Updates the table of the contents of a document.
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
HAdd (Example)
Usage example of the HAdd function