ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
ArrayMove (Function)
Allows: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
SSHWrite (Function)
Writes data into the specified SSH session.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HCancelSeek (Function)
Cancels the current search criterion.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFAdd (Function)
Creates a record in a file of a Salesforce database.
SFDelete (Function)
Deletes records from a Salesforce database.
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.