ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify base width used for anchoring "width" fields. Find out the initial width of a report control....
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Manipulating ListView controls programmatically
WINDEV allows you to programmatically manipulate ListView controls......
zipListFile (Example)
Usage example of the zipListFile function
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Clipboard functions
List of functions for managing the clipboard...
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
NbRecRead (Property)
The property NbEnrLu property lets you know the number of records read: selected by both the report source AND the filter code (if any).
<Source>.ListLink (Function)
Returns the list of links (Merise) in the current database schema or in a specific database schema.
zipFindFile (Example)
Usage example of the zipFindFile function
TableAddChild (Example)
Usage example of the TableAddChild function
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
Creating a report
The report editor allows you to easily create all types of reports via a wizard......