ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
iSetAdditionalXMP (Function)
Adds XMP tags to the metadata of the generated PDF file.
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
ContactSearch (Function)
Searches for a contact in a Lotus Notes or Outlook address book.
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
MarkdownToText (Function)
Converts a Markdown string to plain text (without tags).
<Looper>.MoveLine (Function)
Moves a row or swaps two rows in a Looper control.
<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Properties associated with tabs of Sidebar controls
List of properties associated with the tabs of Sidebar controls...
mongoOperation (Type of variable)
The mongoOperation type is used to define the different operations to be performed in bulk. These operations are stored in an array of mongoOperation variables.
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
12. Synchronizing data
3. Application development cycle
Development cycle of a WINDEV application....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<mongoCollection variable>.ExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......