ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WidgetDisplay (Function)
Refreshes a widget window.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
SQLExec (Function)
Names and runs an SQL query.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
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.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
WITH
Factorizes the expression of an element on which several subelements or properties are accessed.
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
SocketConnect (Function)
Connects a client computer to a given socket.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).