ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New (Reserved word)
New is used to allocate memory space...
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
4. HFSQL Classic
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
<List Box>.DeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
<Source>.ChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
The requested action cannot been performed: the page was not synchronized
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.