ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Creating a Pivot Table control
To create a Pivot Table control......
Resizing a window (AAF)
ERR_MSG_BOX
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
12. Control templates
WINDEV Mobile allows you to create control templates....
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
ERR_NO_END_TAG
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......