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.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
Operations performed on sequence diagrams
The following paragraphs explain......
Operations performed on object diagrams
The following paragraphs explain......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Operations performed on deployment diagrams
The following paragraphs explain......
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
IF statement
The conditional IF statement allows you to run an action according to a condition...
Operations performed on collaboration diagrams
The following paragraphs explain......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Starting WDOptimizer in a command line
Associating documents with the project
To describe a project in detail, you can associate documents with it......
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Generating the RAD pattern
To generate a RAD pattern:...
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......