ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
Functions for managing images (prefix syntax)
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Setup directory
The setup wizard allows you to configure the setup directory of application....
J2EE constants
List of constants used by the J2EE functions....
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
Execute (Function)
Starts the execution of a process through programming.
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified picLayer variable.
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.