ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
.NET application
To create a.NET application from a project...
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
8. Sharing a project in practice
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Items used in a select query
A query created in the query editor can contain several types of items......
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
ERR_CANNOT_OPEN_FILE
4. User Groupware
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
Miscellaneous Windows constants
List of constants used by the Windows functions....
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
On/Off button in a window
The on/off button is a button that operates like a check box......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
ERR_CANNOT_CREATE_TMP
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.