ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Google constants
List of constants used by the Google functions....
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques).
Creating requirements
The following steps must be performed to implement the requirements......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Warning (Function)
Displays a custom message in a system warning window.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
SpellSuggest (Function)
Returns the list of possible words found in the dictionary of OpenOffice that can correct a word that is misspelled.
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
HEX@ (Type of Variable)
Objet interne pour la gest ion de VisiteGuidée.Etape.Disque.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
diagRectangle (Type of variable)
The diagRectangle type is used to define all the advanced characteristics of a shape of type Rectangle.
dBackground (Example)
Usage example of the dBackground function
HOut (Example)
Usage example of the HOut function
diagOval (Type of variable)
The diagOval type is used to define all the advanced characteristics of a shape of type Oval.
fEncrypt (Example)
Usage example of the fEncrypt function