ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
GDI+ framework
Some WINDEV features use the GDI+ framework......
Handling menu options programmatically
The menu options can be handled......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Events associated with Calendar controls
List of events associated with Calendar controls...
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
Cumulated (Property)
The Cumulated property is used to determine if the value of a column or row in Pivot Table control corresponds to a total (total at the end of a row or column).
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....
SQL functions: Special case
List of SQL functions: Special case...
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
DisplayBookmarks (Property)
The DisplayBookmarks property is used to: identify the display mode of bookmarks in a Word Processing control. show or hide bookmarks in a Word Processing control....
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
Events associated with a Switch control
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Events associated with Button controls
List of events associated with Button controls...
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
MovementTask (Property)
The MovementTask property allows you to know and modify the way users move tasks in a Gantt Chart column.
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.