ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
PageChangeLayout (Function)
Applies a specific layout to a page.
Constants for object visibility
List of constants for managing the visibility of an object....
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
The single-part and multi-part archives
Two types of archives are available......
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Password (Property)
The Password property sets and changes the password.
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
How to open a page?
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Compound statements
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Environment of the data model editor
RGB (Function)
Defines a color from its Red, Green and Blue components.