ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Generating the RAD pattern
To generate a RAD pattern:...
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Recycle code windows
By default, a single code window is opened per ......
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
Table,Select,+ (External language)
Selects an element in a Table control.
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Library,Disk (External language)
Opens the project library that is stored on disk.
Table,Display (External language)
Refreshes the Table control.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.