ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TaskPrevious (Function)
Reads the task found before the current task in the task list of a Lotus Notes or Outlook messaging.
TaskFirst (Function)
Reads the first task found in the task list of a Lotus Notes or Outlook messaging.
TaskReset (Function)
Reinitializes the Task structure.
TaskNext (Function)
Reads the task found after the current task in the task list of a Lotus Notes or Outlook messaging.
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
TaskLast (Function)
Reads the last task in a Lotus Notes or Outlook task list.
WLanguage procedure called by zipAddDirectory to handle the progress bar
WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive.
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
OpenChild (Function)
Opens a non-modal child window.
Compatibility between external components and deployed applications
A component can evolve in many ways......
Automatic documentation of external components
External components must include a technical documentation......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
<Looper>.AddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
ProgressBar (Property)
The ProgressBar property is used to identify and change the Progress Bar control used when calculating a Pivot Table control (PVTCalculateAll and PVTCalculateUpdate functions).
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
SCM file format evolutions
Four versions are available for the SCM repository......
HaspHLLogin (Function)
Connects the application with a Hasp key.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......