ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF 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....
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
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).
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.