ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Time (Type of variable)
The Time type is used to easily handle the times...
VideoRequestPermission (Function)
Requests permission to use the device's camera....
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
zipDeleteFileList (Function)
Deletes a list of files from an archive.
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It allows you to present a large number of logically arranged fields in a small area, so you can make choices....