ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, 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.
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......