ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fTempFile (Function)
Returns the name of a unique temporary file.
<picLayer variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in a picLayer variable.
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
<picLayer variable>.PixelColor (Function)
Identifies the color of a pixel contained in a picLayer variable.
<WDPic variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a WDPic variable.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
fListDisk (Function)
Returns the list of disks installed on the computer.
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
Repositionable Note functions
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).