ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
Programming custom calculations in Table controls
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
CertificateSignString (Function)
Creates the signature of a character string.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
dCopyImage (Example)
Usage example of the dCopyImage function
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.