ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
grTitle (Function)
Modifies the caption and/or position of the chart title....
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
Using the query result
The result of a select query can be used in......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Creating a select query
A select query (corresponding SQL statement......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
The HTML Display control
The HTML Display control displays a web page in an application......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Share your projects via Git
Git is a source code manager......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....