ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
4. HFSQL Classic
Sub-query
A sub-query is a query whose result is used by another query......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......