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.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
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.
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).
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.
Remove
The Remove property determines if an element can be removed.
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
FontItalic (Property)
The FontItalic property is used to apply or remove italic formatting on a text.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove...
StringDelete (Function)
... string. The part of the string to remove is identified by its position and length.
Dequeue (Function)
Removes an element from the queue.
HTMLRemoveAttribute (Function)
Removes a given attribute
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
<Queue variable>.Dequeue (Function)
Removes an element from the queue.
<Notification variable>.Delete (Function)
Removes a notification from the system bar.
NotifDelete (Function)
Removes a notification from the system bar.
TrustedCertificateReset (Function)
Removes all the certificates added by TrustedCertificateAdd.
<Variable Connexion>DeleteView (Function)
Removes a materialized view from the HFSQL server.
1
2
>