ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

3-tier architecture
The development in "3-tier" architecture is now simplified......
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.
HTTPSendForm (Function)
Sends an HTTP form.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Defining a help window template
WINDEV allows you to create help window templates......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
ImageFirst (Function)
Displays the first image for the scroll.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Google constants
List of constants used by the Google functions....
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
After
They After keyword can correspond to:
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
geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
HOut (Example)
Usage example of the HOut function