ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Notification variable>.Remove (Function)
Removes a previously sent interactive notification.
<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.
CodeEditorUncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed.
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
<Code Editor>.Uncomment (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.
QuickActionRemoveAll (Function)
Removes all the quick actions defined for the application. Quick actions pinned to the home screen will be disabled, but not removed.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
NoSpace (Function)
Returns a character string without the space characters:
  • from the left and right side of the initial string.
  • within the string.
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
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.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
<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.
1
8
9