ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
dFont (Function)
Declares the font that will be used by dText: 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....
fListDisk (Function)
Returns the list of disks installed on the computer.
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
Recycle bin management functions
List of functions for managing the recycle bin...
Shared memory area functions
fMoveDir (Function)
Moves a directory and its content.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
fDelete (Function)
Deletes a file accessible from the current computer.
fSize (Function)
Returns the size of a file (in bytes).
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.