ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<sfConnection variable>.ExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
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.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
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.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
WLanguage procedure called by SpeechRecognitionTrigger
WLanguage procedure ("callback") called to run the speech recognition started by SpeechRecognitionTrigger.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
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....
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ERR_LAUNCH_FAILED
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......