ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
<Connection variable>.ModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control. The layout of the diagram is defined in a variable of type diagLayout.
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
How to save and retrieve an image in a binary memo
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
dCopy (Function)
Copies an image to another image.
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
The Carousel control
The Carousel control is used to display an animated menu made of images......