ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Files tab
The project description window allows you to configure various elements of your project......
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Print functions
List of print functions...
<Radio button>.Add (Function)
Adds a new option into a Radio Button control.
<Radio button>.Insert (Function)
Inserts a new option into a Radio Button control.
<PDF reader>.InfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
PDFReaderInfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
Error 1014: The access to the member of the class is restricted by a private inheritance
Type and version of Web server
The configuration diagnostic displays the following error......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Associative array (Type of variable)
An associative array is an "advanced" type of array...