ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Array functions
List of functions for managing arrays
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Functions for managing arrays (prefix syntax)
List of functions for managing arrays
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
dTransferToImage (Example)
Usage example of the dTransferToImage function
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Empty (Property)
The Empty property is used to determine if an element is empty.
The Sidebar control
The Sidebar control gives access to different options......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
SysRecentDocList (Function)
Returns the list of recently opened documents.
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
Compound statements
DocInsertTable (Function)
Inserts a table into a Word Processing document.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.