ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
Error 1009: The member of the class is private
1. Project and analysis
Java functions
List of Java functions...
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
Functions for handling directories and external files
List of functions for handling external files...
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
StringRetrieve (Function)
Retrieves a character string in a format external to PC Soft (character string that is the result of a Windows API for example).
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.