ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
Translating a text file with WDTRAD
WDOptimizer: Editing and modifying a ".REP" file
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
GranularityMovement (Property)
The GranularityMovement property is used to get and change the size of the grid to move: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
Configuring the IIS 7/7.5 server
ERR_NO_WDADMIN
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
Style of a control
As soon as it is created, a control is associated with a style......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Restoring a project backup
WINDEV, WEBDEV and WINDEV Mobile allow you to regularly save the different elements of your project in an archive file (ZIP extension)......
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Binding a Link control to an item
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
Creating requirements
The following steps must be performed to implement the requirements......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Structure (Type of variable)
A structure is a custom type of data...
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......