ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a WDPic variable.
<picLayer variable>.DrawLine (Function)
Draws a line in a picLayer variable.
<WDPic variable>.PixelColor (Function)
Identifies the color of a pixel contained in a WDPic variable.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
SQLModify (Function)
Modifies the content of a row in the query result.
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
fTrackStop (Function)
Stops monitoring a file or directory.
fTrackStopAll (Function)
Stops all current monitoring tasks on files and directories.
fImageSelect (Function)
Opens the image picker of Windows.
fChangeExtension (Function)
Changes the extension of a file on disk.
<Variable DiskFile>OpenTempFile (Function)
Creates and opens a temporary file.
SQLSeek (Function)
Positions on the specified result row of the query.
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
SQLReqExists (Function)
Checks the existence of a query.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Image>.ModifyHue (Function)
Changes the hue of an image in an Image control.
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.