ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
XMLRoot (Function)
Positions on the root tag of an XML document.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
Static control properties
List of properties associated with a Static control...
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
16. Java applications in practice
Java applications in practice...
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HTTPAddFile (Function)
Adds a file to the HTTP form.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
WDTestSite: Load test
The stress tests are used to check......
XMLDocument (Example)
Usage example of the XMLDocument function