ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Error 1006: The member is not global: use: to access it
WDScript: use in command-line and console mode
Unnecessary confirmation dialogs? Use automatic validation
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
3. Server configuration
10. Embedded queries
10. Embedded queries
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
3-tier architecture
The development in "3-tier" architecture is now simplified......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
NbDayDisplayed (Property)
The NbDayDisplayed property is used to: get and change the number of days displayed in an Organizer or Scheduler control. get the number of days displayed in a Gantt Chart control in a report....
Error 1016: The method of the class is private
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
StartTotalRange (Property)
The StartTotalRange property is used to: get the first date or time that will be displayed in a Scheduler or TimeLine control. change the first time that can be displayed in a TimeLine control....
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....