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...
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...
<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.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
iBorder (Function)
Prints a border at specified coordinates.
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
URL (Property)
The URL property is used to get and change a URL.
Border (Property)
The Border property is used to get and change the borders of an element.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
MCI constants
List of constants used by the MCI functions....
Chart: Managing legends
Several types of legends are supported in the charts......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Source (Property)
The Source property is used to get and change the source of an element.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
iHLine (Function)
Prints a horizontal line at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
Project Management Hub: New/Fixed incidents
To improve project monitoring, the Project Management Hub shows the evolution of new and fixed incidents over a given period of time, by one or multiple contributors......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
2. How to test a site?
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
AWP without UI
Bootstrap, Angular, React, Vue......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.