ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
SpreadsheetRestorePositionAndSelection (Function)
Restores: the scrollbar position in a Spreadsheet control, the current worksheet, the elements selected in the current worksheet of Spreadsheet control. These elements have been saved by SpreadsheetSavePositionAndSelection....
SysSerialNum (Function)
Returns the IMEI number of the current device.
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
SFDelete (Function)
Deletes records from a Salesforce database.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
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.
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Creating the windows and the pages of the RAD pattern
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
SFUndelete (Function)
Restores previously deleted Salesforce records.
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
WidgetDisplay (Function)
Refreshes a widget window.
OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").