ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes...
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.
<Chart>.Title (Function)
Modifies the caption and/or position of the chart title....
<Chart>.MenuOption (Function)
Modifies the text of an option in the context menu of a chart.
<Chart>.LabelFont (Function)
Modifies the font used for the category labels of a chart.
<Chart>.AxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
<emailOutlookSession variable>.ChangeFolder (Function)
Modifies the current folder in the Outlook messaging software.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
<Connection variable>.ModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
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.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
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.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application...
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
1
5
6
7
8
9
45
>