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.
Example for creating a select query
This help page explains how to create two select queries......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Environment of the project editor
The main elements of the project editor are as follows:
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
API (Function)
Runs a function found in an external DLL.
MDIOpen (Function)
Opens and enables an MDI child window.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
MemCreate (Function)
Creates a memory area.
Open (Function)
Opens a modal WINDEV window.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Printing in PDF format: Special cases
Specific features of print in PDF format...
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Creating nested reports
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......