ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Check Box control
A Check Box can correspond to...
<Check box>.Insert (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.
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.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Error 403: The item does not belong to the file
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Error 103: The type is unknown
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
Constants for managing images in websites
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Open (External language)
Opens a window.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
How to open a window?
Find/Replace in the current project
The "Find/Replace" feature is used to......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Execute (Function)
Starts the execution of a process through programming.
Error 23: No END statement is associated with this WHILE
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
dArc (Example)
Usage example of the dArc function
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
WLanguage procedure called by AppDetectUPDAvailable
Procedure ("Callback") called by AppDetectUPDAvailable when an update for the active application is detected.
dLine (Example)
Usage example of the dLine function
dPoint (Example)
Usage example of the dPoint function
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......