ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Check Box control
A Check Box can correspond to...
State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options...
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
ImageScrollingPosition (Function)
Returns the displayed image.
fReadLine (Example)
Usage example of the fReadLine function
dPen (Example)
Usage example of the dPen function
GanttListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
TimePicker (Function)
Opens the system time picker.
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
PageLayout (Property)
The PageLayout property sets the layout characteristics of a document.
Timeout (Property)
The Timeout property is used to get and change the maximum wait time before a request times out.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
DatePicker (Function)
Opens the system date picker.
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
TreeListItem (Example)
Usage example of the TreeListItem function
Page constants
List of constants used by page functions....
WINDEV License Agreement
WINDEV License Agreement...
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Defining a help window template
WINDEV allows you to create help window templates......
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
Using the task management and the schedule
Time management is extremely important......
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
zipMsgError (Example)
Usage example of the zipMsgError function
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
Decode (Function)
Decodes a character string that was encoded by Encode.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.