ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the query result
The result of a select query can be used in......
MDIOpen (Function)
Opens and enables an MDI child window.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Properties associated with a report
List of properties associated with a report...
Supercontrol
A supercontrol is an advanced type of control......
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
13. Debugger
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
iPrintReport (Function)
Prints a report created with the report editor.
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
HPriorityClient (Function)
Modifies the priority of a client application.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
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.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Arithmetic operators
The arithmetic operators are......
Time (Type of variable)
The Time type is used to easily handle the times...