ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

14. Report templates
Report templates...
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
6. WEBDEV Account Manager
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
HSuggestKey (Function)
Returns a list of keys to add to tables to improve query performance.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
22. Report templates
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
<TreeView Table>.DeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.