ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
<Table>.DeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Combo Box control functions
List of functions for manipulating Combo Box controls...
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static Text control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static Text control or in a Combo Box control.
Creating a delete query
A delete query (corresponding SQL statement......
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
<emailAttach variable>.SaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
<Drive variable>.CopyFile (Function)
Copies a single file on a remote drive to another directory on same drive.
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
Error 1010: The member of the class is constant
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Check: Sending an email
The monitoring robot will......