ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run ...
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
<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).
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Items used in a select query
A query created in the query editor can contain several types of items......
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
Error 3: The string has no final "
Locking data files: correspondence between WINDEV 5.5 and the later versions
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
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......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
HIndex (Function)
Rebuilds the file index (".NDX" file).
8. Binding controls to data
A window can display information from......
Page with parameters
13. 3-Tier architecture
Time management help
Time management is extremely important......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....