ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with the cells of the status bars
WINDEV manages the following events by default:...
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Error 122: The name of an Automation object must be a string
Error 1006: The member is not global: use: to access it
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Error 11: The label is unknown
RegistryListKey (Function)
Lists the sub-keys of a registry key.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
Warning 12: The label is unused
9. Types of standard controls
Types of standard controls...
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......