ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
ControlClone (Function)
Creates a new control from an existing control.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
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.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
fDate (Example)
Usage example of the fDate function
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
CharactTypeCount (Function)
Returns the number of characters matching a given type.
iEndReport (Function)
Forces the report print to stop.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
fDateTime (Example)
Usage example of the fDateTime function