ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Border management constants
List of constants used by the border management functions....
ContextClose (Function)
Closes a page context.
FTPGet (Example)
Usage example of the FTPGet function
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
DDEConnect (Example)
Usage example of the DDEConnect function
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
Identifier (Property)
The Identifier property is used to get and change the identifier of an element.
HForward (Example)
Usage example of the HForward function
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.
Constants for managing the windows
List of constants used by the functions for managing the windows...
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
HTTPRequest (Example)
Usage example of the HTTPRequest function
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
Static control properties
List of properties associated with a Static control...
MDIOpen (Function)
Opens and enables an MDI child window.
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
OLELoad (Function)
Initializes an OLE control with an OLE object.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.