ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Clipboard functions
List of functions for managing the clipboard...
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.
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....
StatusBar (Property)
The StatusBar property is used to: find out whether the status bar is displayed or not display (or not) the status bar of a window....
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
zipListFile (Example)
Usage example of the zipListFile function
zipDeleteFileList (Function)
Deletes a list of files from an archive.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
"?" menu
WINDEV proposes a help menu adapted to your applications......
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
<Source>.ListLink (Function)
Returns the list of links (Merise) in the current database schema or in a specific database schema.
Border (Type of variable)
The Border type is used to handle a border through programming...
zipFindFile (Example)
Usage example of the zipFindFile function
Assisted universal replication programmatically
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
TableAddChild (Example)
Usage example of the TableAddChild function