ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SFDelete (Function)
Deletes records from a Salesforce database.
SpreadsheetRestorePositionAndSelection (Function)
Restores: the scrollbar position in a Spreadsheet control, the current worksheet, the elements selected in the current worksheet of Spreadsheet control. These elements have been saved by SpreadsheetSavePositionAndSelection....
SysSerialNum (Function)
Returns the IMEI number of the current device.
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
The HTML control
The HTML control displays HTML pages or HTML code......
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
How to loop through a file using filters?
Recycle code windows
By default, a single code window is opened per ......
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
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.
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.