ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
SNMP constants
List of constants used by the SNMP functions....
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HCopyRecord (Example)
Usage example of the HCopyRecord function
Open (External language)
Opens a window.
htmlAttribute (Type of variable)
The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
iFont (Function)
Selects the default font.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
HSetLog (Function)
Enables or disables log management on a file.
Body Complement block
The Body complement block is linked to the Body block......
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
How to open a window?