ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
MapDeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
EditInsertToken (Function)
Inserts a token into a "Text token" Edit control.
TreeView constants
List of constants used by the TreeXXX functions...
Error 4: A space is required after the ':' character
Constants for managing the spell check
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
HDeclare (Example)
Usage example of the HDeclare function
MapDeleteShape (Function)
Deletes a shape drawn on the map displayed in an Map control.
MapModifyImage (Function)
Modifies an image drawn on the map displayed in a Map control.
PDFReaderHighlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
15. Creating the executable in practice
Creating the executable in practice...
MenuInsertOption (Function)
Inserts a new option at a specific position.
SpreadsheetStyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.