ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HErrorLock (Function)
Used to check whether a lock error occurred.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
The Context Menu control (WEBDEV)
Context menus are often used in websites......
HTTPRequest (Function)
Starts an HTTP request on a server.
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
fMoveDir (Function)
Moves a directory and its content.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
HIndex (Function)
Rebuilds the file index (".NDX" file).
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
grLegend (Function)
Indicates the presence and position of legend in a chart.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
Seek (Function)
Searches for the index of an element in a WLanguage array.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HListItem (Example)
Usage example of the HListItem function
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......