ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
Error 404: The file for HFSQL browse cannot be an expression of this type
fReadLine (Example)
Usage example of the fReadLine function
fStopCompress (Example)
Usage example of the fStopCompress function
fSize (Example)
Usage example of the fSize function
fLongName (Example)
Usage example of the fLongName function
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
sfLeadConvertResult (Type of variable)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
Using the Salesforce service
Salesforce is a very popular CRM software......
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription of a SaaS client account to a pricing.
TokenURL (Property)
The Property URLToken allows you to know and modify the URL for retrieving the access token.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
fExeDir (Function)
Returns the directory from which the execution is started.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.