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.
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
System constants
List of constants used by the system functions....
Visible (Property)
The Visible property is used to set the visibility of an element.
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
11. Window templates
WINDEV Mobile allows you to create window templates....
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Cardinalities
The cardinalities are used to count the links between the files......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Creating the executable and the setup program
The languages supported by the application are taken into account......
Functions for managing images
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
CallDLL32 (Function)
Runs a function found in an external DLL.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
FinRepayVal (Example)
Usage example of the FinRepayVal function
FinError (Example)
Usage example of the FinError function
FinRedemption (Example)
Usage example of the FinRedemption function
FinPaymentNb (Example)
Usage example of the FinPaymentNb function