ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Report viewer: Proposing several reports
In the document preview, end users can......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
NetMACAddress (Function)
Returns the MAC address (physical address) of one of the network cards found on the computer.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
MCIErr (Function)
Returns the number of the last error caused by a MCI function (Media Control Interface).
MCIMsgErr (Function)
Returns the caption of the last error that occurred on a MCI function (Media Control Interface).
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Creating a delete query
A delete query (corresponding SQL statement......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......