ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Character strings
WLanguage supports different types of strings....
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Error 204: using a parameter without optional value after parameters ...
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
Start of Break block (Break header)
The Start of break block is optional......
LanguageToName (Function)
Returns the name of a language.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
SQLChangeConnection (Function)
Modifies the current connection.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
SocketConnect (Function)
Connects a client computer to a given socket.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
<Image>.DrawLine (Function)
Draws a line in an Image control.
9. Overlaying controls
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
SocketRead (Function)
Retrieves a message sent by another socket.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.