ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExeRemoteRun (Function)
Starts running a remote program from the current application.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
HTTPSendForm (Function)
Sends an HTTP form.
HTTPAddFile (Function)
Adds a file to the HTTP form.
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
SFUndelete (Function)
Restores previously deleted Salesforce records.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
diffApply (Function)
Applies a difference buffer to a specific buffer.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
InServiceMode (Function)
Indicates whether the code is run in a service.
EndService (Function)
Ends the execution of the current service.
ServiceWait (Function)
Pauses the current service during the specified duration.
EmailGetAll (Function)
Retrieves all the emails found on a server.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
GglFillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request.
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....
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).