ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
<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].
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
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.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
dShadow (Function)
Adds a shadow effect on an image found in an Image variable].
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
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.
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.