ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fListFile (Function)
Lists the files found in a directory and returns the list of files.
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Error 30: An exception process cannot be declared inside another exception process...
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
dBorder (Function)
Draws the borders.
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
iFont (Function)
Selects the default font.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Error 25: No THEN statement is associated with this IF
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
HChangeKey (Example)
Usage example of the HChangeKey function
fWrite (Example)
Usage example of the fWrite function
zipExtractPath (Example)
Usage example of the zipExtractPath function
ContactAdd (Example)
Usage example of the ContactAdd function
Handling a Web Component control through programming
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).