ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Programming the browsing Looper controls
These are the main concepts for programming data-bound Looper controls......
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
RegexSearch (Function)
Searches for all the parts of a string that follow a specific format.
<Unicode string>.RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
<Unicode string>.RegexReplace (Function)
Replaces all the parts of a string that match a specific format.
<ANSI string>.RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
XML functions (prefix syntax)
List of XML functions...
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Handling a Web Component control through programming
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......