ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLChild (Function)
Positions on the first child element of current element.
MatMultiply (Function)
Multiplies two matrices.
grPointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
Properties associated with a report
List of properties associated with a report...
Item control properties
List of properties associated with the Item control...
LooperCollapseExpand (Function)
On a given row of a Looper control: collapses a break (if it is expanded), expands a break (if it is collapsed)....
IconInstall (Function)
Creates an icon (associated with a program) in a group of Windows programs, with the associated command line.
GglAnalyticsAddEvent (Function)
Adds an event in Google Analytics
LinkColorRTF (Function)
Changes the color of links in all RTF Edit controls in the application.
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
PermissionList (Function)
Returns one or all the permissions declared by the application.
Looper control functions
List of functions for managing Looper controls...
ControlPrevious (Function)
Specifies the name of control that was in edit before the current control.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
3. UML models in practice
GglAnalyticsAddTiming (Function)
Adds a duration beside Google Analytics.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
ActionDeclareUndo (Function)
Declares how to cancel an action that was added by ActionDo. This function MUST be called when running the procedure supplied to ActionDo.