ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Set of procedures
The global procedures are grouped in set of procedures...
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Sharing elements with a WINDEV application
ThreadPause (Function)
Pauses the current thread during the specified duration.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
gLine (Function)
Builds a sequence of characters containing a line.
DnDCacheData (Example)
Usage example of the DnDCacheData function
Events associated with a Gantt Chart column
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Handling Scheduler controls programmatically
A Scheduler control can be......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
Project (External language)
Opens and runs a WINDEV project.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
Compatibility between external components and deployed applications
A component can evolve in many ways......
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
CallDLL32 (Function)
Runs a function found in an external DLL.
DDEConnect (Example)
Usage example of the DDEConnect function
Multilingual project
HDuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
Handling Gantt Chart controls programmatically
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....