ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Notification variable>.Remove (Function)
Removes a previously sent interactive notification.
<QuickAction variable>.Remove (Function)
Removes a quick action defined for the application.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
CodeEditorUncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
<Code Editor>.Uncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed.
QuickActionRemoveAll (Function)
Removes all the quick actions defined for the application. Quick actions pinned to the home screen will be disabled, but not removed.
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
NoSpace (Function)
Returns a character string without the space characters:
  • from the left and right side of the initial string.
  • within the string.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
HDropView (Function)
Deletes a materialized view from the HFSQL server.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
<ftpConnection variable>.RemoveDir (Function)
Deletes a directory and its content (files and subdirectories) from an FTP server.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
Constants for managing character strings
List of constants used by string management functions...
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger...
Saving entered data (AAF)
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools...
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
WDTRAD license agreement
WDTRAD license agreement...
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit...
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application...
DashMode (Function)
Opens or closes the Dashboard control edit mode.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
WDINT license agreement
WDINT license agreement...
WDZip: Overview
WDZip is used to compress and group your files in archives......
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current...
Help system properties
The properties of help system are used to define......
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
WINDEV Mobile Framework License Agreement
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
1
2
3
4
5
6
9
>