ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Set of procedures
The global procedures are grouped in set of procedures...
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...
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...
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Sharing elements with a WINDEV application
Code history
The code history is used to...
<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).
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format...
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
OpenMobileWindow (Function)
Opens a window in a mobile application.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
ThreadMode (Function)
Changes the management mode of threads.
HSetPosition (Example)
Usage example of the HSetPosition function
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
Contains (Function)
Allows you to check if a substring is within a string.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
Factorial (Function)
Returns the factorial of an integer number.
Open (External language)
Opens a window.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
WDReplic: Implementing a replication
Configuring a replication requires several steps......