ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example])....
ArrayDeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
ArrayMoveLine (Function)
Allows: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
WEBDEV site deployment: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
<Array>.Shuffle (Function)
Shuffles the elements of a WLanguage array.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......