ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
Action (Property)
The Action property is used to specify the action to be performed.
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
StartTotalRange (Property)
The StartTotalRange property is used to: get the first date or time that will be displayed in a Scheduler or TimeLine control. change the first time that can be displayed in a TimeLine control....
EndTotalRange (Property)
The EndTotalRange property is used to: get the last date or time that can be displayed in a Scheduler or TimeLine control. change the last time that can be displayed in a TimeLine control....
CharactTypeCount (Function)
Returns the number of characters matching a given type.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
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).
httpRequest
The HTTPRequest keyword can correspond to...
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).
MarkerImage (Type of variable)
The MarkerImage type is used to customize the image associated with a marker or a marker cluster displayed in a Map control.
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).
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
Recycle code windows
By default, a single code window is opened per ......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......