ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HChangeConnection (Example)
Usage example of the HChangeConnection function
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).
Service variable
The Service variable is used to......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
The Static control
A Static control is a control used to display a static text......
16. Application test in practice
Automatic calculations in a Table control (AAF)
Environment of code editor
Dictionary
The dictionary is a file that can contain the project elements......
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
SocketCreate (Function)
Creates a socket.
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
fOpenTempFile (Function)
Creates and opens a temporary file.