ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ServiceWait (Function)
Pauses the current service during the specified duration.
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.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
InServiceMode (Function)
Indicates whether the code is run in a service.
EndService (Function)
Ends the execution of the current service.
HTTPAddFile (Function)
Adds a file to the HTTP form.
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]).
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).