ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
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....
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Execute (Function)
Starts the execution of a process through programming.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Functions for managing images (prefix syntax)
<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 variable>.DrawPoint (Function)
Draws a point in an Image variable.