ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
SQLLast (Function)
Sets the position on the last row of the query result.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
WithSpace (Example)
Usage example of the WithSpace function
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
Creating the Table windows of the WINDEV RAD pattern
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
HMergeView (Example)
Usage example of the HMergeView function
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
W3C standardization
You must comply with the W3C standard (HTML 4......
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....