ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image (Property)
The Image property gets and sets the background image of a control or block.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control...
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming...
Outstanding progress bars
Simple or symmetric progress bar?
The Progress Bar control
The Progress Bar control is used to follow the progress of an event...
NetSendFile (Example)
Usage example of the NetSendFile function
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Open (Function)
Opens a modal WINDEV window.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Drawing constants
List of constants used by the drawing functions....
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Private Store for mobile applications
There are two methods two deploy your applications......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
WLanguage procedure called by SCPSendFile
WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host using the Secure Copy Protocol (SCP).
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
WLanguage procedure called by SCPGetFile
WLanguage procedure ("callback") called by SCPGetFile when retrieving a file on a local computer using the Secure Copy Protocol (SCP).
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
HOnError (Function)
Customizes the management of HFSQL errors.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Calling a procedure/a function
Syntax for calling a local or global procedure.
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Constants for object visibility
List of constants for managing the visibility of an object....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
After
They After keyword can correspond to:
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.