ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to create a patch?
<Variable Drive>DirectoryList (Function)
Lists the directories of an Drive.
NotifAdd (Function)
Adds a notification to the system bar (Android) or notification center (iOS).
xmlAttribute (Variable type)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
<Drive variable>.DeleteFile (Function)
Deletes a file from a remote drive.
String functions
List of functions for managing character strings...
DriveListDirectory (Function)
Lists drive directories.
xmlNode (Variable type)
The xmlNode type is used to handle a node of an XML document.
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
Link functions
Link functions are used to link the interface with the tables and vice versa. These functions are as follows:...
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
PDF file functions
...PDF file functions...
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Testing a project: setting
By testing the project you can simulate how the application will run......
Error (Function)
Displays a custom error message in a system error window.
Document (Type of variable)
The Document type is used to handle a "docx" document.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.