ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<QuickAction variable>.Remove (Function)
Removes a quick action defined for the application.
<Notification variable>.Remove (Function)
Removes a previously sent interactive notification.
CodeEditorUncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed.
<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.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
<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.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
HDropView (Function)
Deletes a materialized view from the HFSQL server.
NoSpace (Function)
Returns a character string without the space characters:
  • from the left and right side of the initial string.
  • within the string.
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
QuickActionRemove (Function)
Removes a quick action defined for the application.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
GanttDeleteTask (Function)
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
GanttDeleteAll (Function)
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteAll (Function)
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteTask (Function)
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
1
2
3
4
5
6
15
>