ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
FileDisplay (Example)
Usage example of the FileDisplay function
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
11. Window templates
WINDEV Mobile allows you to create window templates....
Complete (Function)
Returns a character string of a specified length.
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
ControlClone (Function)
Creates a new control from an existing control.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
FTPCommand (Function)
Sends a specific FTP command to a server.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...