ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
Open (Function)
Opens a modal WINDEV window.
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
CertificateSignString (Function)
Creates the signature of a character string.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Document (Type of variable)
The Document type is used to handle a "docx" document.
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
SQLFirst (Function)
Positions on the first row of the query result.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.