ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuState (Function)
Identifies the status of a menu option (context menu or drop-down menu): active, inactive or invisible.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage two types of menus:...
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
Image (Property)
The Image property gets and sets the background image of a control or block.
MenuDelete (Function)
Deletes a menu or a menu option.
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
Manipulating menu options programmatically
Menu options can be manipulated...
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Reintegrating translated text into a project
Once the translation of framework libraries ("......
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Properties associated with a page
Summary table: Managing the application directories according to the platform
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
DDEString (Example)
Usage example of the DDEString function
Filling a Chart control
The data that will be displayed in the Chart control can come from......
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.