ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Recycle code windows
By default, a single code window is opened per ......
iEndReport (Function)
Forces the report print to stop.
fSelect (Example)
Usage example of the fSelect function
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
Reports & Queries: New features in this version
Address
The Address keyword can correspond to...
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
Print modes of a report
Several print modes are available for a report....
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
MongoFind (Function)
Finds documents in a MongoDB collection.
MongoInfo (Function)
Returns information about a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
Extern (Reserved word)
EXTERN is used to...
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Count (Property)
The Count property returns the number of elements in a given set.
Installing a Webservice (old format)