ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
HelpFile (Function)
Returns or modifies the name of the help file used by the context-sensitive help of a window.
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
What is an application?
An application is a set of objects (windows, controls, ......
<Image>.DrawPoint (Function)
Draws a point in an Image control.
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Query editor
The query editor is used to automatically create queries on the data files......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Events associated with a Layout control
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
Error 1: Syntax error
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.
<picLayer variable>.DrawPoint (Function)
Draws a point in a picLayer variable.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......