ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
<Connection variable>.ModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
MCIExecute (Function)
Runs an MCI command (Media Control Interface).
ExePriority (Function)
Returns or modifies the priority of an application currently run.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
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.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
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....
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
Principle for running threads
At runtime, an application runs in a main thread......