ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
HTTPRequest (Example)
Usage example of the HTTPRequest function
ChangeCharset (Example)
Usage example of the ChangeCharset function
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal), modifies the window height and/or width, moves the window and modifies a window's height and/or width....
HListServer (Function)
Lists the HFSQL servers installed on a computer.
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
FTPConnect (Example)
Usage example of the FTPConnect function
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
5. Which type of server to choose?
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
fMakeDir (Example)
Usage example of the fMakeDir function
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
XMLParent (Example)
Usage example of the XMLParent function
fDate (Example)
Usage example of the fDate function
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.