ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage...
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
MyParent (Reserved word)
MyParent is used to handle...
Windows
The windows represent the main interface of a WINDEV application......
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes:...
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones...
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard...
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items...
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element...
Events associated with control templates
List of events associated with control templates...
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next...
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform...
Error (Function)
Displays a custom error message in a system error window.
Exist (Property)
The Exist property determines if the element of an associative array exists.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Debugging an external component
You have developed an external component and you want to debug it? The user of an external...
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without...
14. Managing the "Back" button in practice