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
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......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
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....
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, ...).
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
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
WDReplic: Implementing a replication
Configuring a replication requires several steps......
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.
Contains (Function)
Allows you to check if a substring is within a string.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
diffApply (Function)
Applies a difference buffer to a specific buffer.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Handling TimeLine controls programmatically
A TimeLine control can be......
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......