ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grImageSize (Function)
Defines the size of the image containing the chart.
2. Analysis in practice
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
ContactSource (Type of variable)
The ContactSource type is used to define the advanced characteristics of a source (or account) for the contacts (example: Google, Exchange, Facebook).
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
Hash functions
Hashing is used to summarize a file or a character string......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
gImageExists (Function)
Checks whether an image was loaded in memory.
PanelEnumerate (Function)
Enumerates the Dockable Panel controls in a window.
<Image variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image variable.
<Image>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image control.
<Source>.ChangeName (Function)
Modifies the physical name of a data file.
MDIMother (Function)
Identifies the name of the MDI parent window.
<Panel>.Position (Function)
Retrieves the position of a Dockable Panel control.
ExecuteFunction
Executes a WLanguage function identified by its name.
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
<Image>.DrawTextMarkdown (Function)
Draws Markdown text in an Image control.