ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<Source>.SetMemo (Function)
Used to modify the management mode of memo items.
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
Java functions
List of Java functions...
HSetMemo (Function)
Used to modify the management mode of memo items.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Creating a Java archive
When your Java application is developed, you can......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
Label report
The report editor allows you to create "Label" reports......
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
AppointmentContinuous (Property)
The AppointmentContinuous property is used to determine or change how multiple-day appointments are displayed in a Scheduler control.
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Multiline strings
To type character strings over several lines in the code editor...
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.