ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GglListContactByRequest (Function)
Retrieves a list of contacts from custom parameters.
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.
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.
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.
SFUndelete (Function)
Restores previously deleted Salesforce records.
GglFillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
GglUploadDocument (Function)
Uploads a document to the Google server.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
Pop (Function)
Pops an element from a stack.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.