ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SFMerge (Function)
Merges the Salesforce records (also called Salesforce objects).
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
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......
Bitwise operators
The operations on binary values are performed......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
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.
Creating a Pivot Table control
To create a Pivot Table control......
SFUndelete (Function)
Restores previously deleted Salesforce records.
SFSeekModified (Function)
Seeks and retrieves the records (Salesforce objects) modified during the specified period.
WidgetDisplay (Function)
Refreshes a widget window.
ContextClose (Function)
Closes a page context.
List of operators
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
16. Application test in practice