ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
HRSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
<Map>.ExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
<Word Processing>.Close (Function)
Closes the docx file associated with the Word Processing control and frees the document.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
WLanguage procedure called by SpeechRecognitionTrigger
WLanguage procedure ("callback") called to run the speech recognition started by SpeechRecognitionTrigger.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
<Connection variable>.RSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
<Window>.EdDo (Window)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....