ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
fDir (Function)
Finds a file or directory.
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified...
grCreate (Function)
Creates a specific type of chart.
fCompare (Function)
Compares the content of two files bit by bit.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native...
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make...
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable,...
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process...
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
HSL (Function)
Creates a color from its hue, saturation and lightness.
XMLDocument (Function)
Creates a new XML document.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses...
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes...
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol...
HRead (Function)
Reads a record in a file according to a given record number.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format...
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step...
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......