ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
<Window>.EdDo (Window)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Describing a problem to the Free Technical Support
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Recompiling the project
The project compilation is a process used to......
3. Application development cycle
Development cycle of a WINDEV application....
Custom tooltips
Tooltips are very useful for application users......
AAF: Sort/Search/Filter on the columns of Table controls
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
AAFPossible (Function)
Indicates whether an AAF (Automatic Application Feature) can be run on a specific control.
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
mlInitialize (Function)
Initializes a new independent MATLAB session with an empty workspace in order to run functions.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
PrintArea (Property)
The PrintArea property is used to get and change the print area of a Spreadsheet control in a report.
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
WLanguage procedure called by fMemOpen
Procedure ("Callback") called by fMemOpen if the memory area is modified by another WLanguage application.