ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
Project Management Hub: New/Fixed incidents
To improve project monitoring, the Project Management Hub shows the evolution of new and fixed incidents over a given period of time, by one or multiple contributors......
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
TableMode (Function)
TableMode is kept for backward compatibility.
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
<Table>.DisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
FillCharacter
The Property Filling Character allows you to know and modify the character used to fill an element.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
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....
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......