ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server data file.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<HFSQL connection>.ReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
<HFSQL connection>.CheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server data file.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
HModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
<HFSQL connection>.CheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
HCheckUnaltered (Function)
Checks that one or all records in an unalterable data file have not been modified (e.g. with a hexadecimal editor).
<HFSQL connection>.StatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server data file.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing...
HInfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server data file.
<Connection variable>.InfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server data file.
HCheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server data file.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
HReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<Source>.CheckUnaltered (Function)
Checks that one or all records in an unalterable data file have not been modified (e.g. with a hexadecimal editor).
OrgAdd (Function)
Adds a new root element into an Organization Chart control.
fOpen (Example)
Usage example of the fOpen function
Managing assertions
...The main available features are as follows:...
Creating the menus for the pages of the WEBDEV RAD pattern
TimelineDeleteEvent (Function)
Deletes an event from a TimeLine control.
XMLSavePosition (Function)
Stores the current position in the XML document.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
fUnlock (Example)
Usage example of the fUnlock function
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
14. Controls in practice
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
grTimeLevelMax (Function)
Defines the number of levels to display in the time scale of a chart as well as the maximum level.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
HTTP constants
List of constants used by the HTTP functions....
fLock (Example)
Usage example of the fLock function
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
Link properties
When creating a link, you can simply specify the destination......