ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Setup mode
Several methods can be used to distribute a WINDEV application......
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
Defining a help window template
WINDEV allows you to create help window templates......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Step 1: Configuring the print parameters
This step allows you to choose......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Code history
The code history is used to......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Link properties
When creating a link, you can simply specify the destination......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
HFSQL constants
List of constants used by the HFSQL functions....
SysDir (Function)
Returns the path of a system directory.
CharactType (Function)
Returns information about the type of character.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....