ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query editor
The query editor is used to automatically create queries on the data files......
Events associated with a Layout control
<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.
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......
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
Error 1: Syntax error
Specific features of the Express version
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
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), ......
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
WDINT, WDTRAD and WDDIXIO: Translation tools
Error 4: A space is required after the ':' character
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......