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.
<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.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
<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.
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).
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
Installing the HFSQL Server module
Cherche les éléments d'un noeud HTML correspondant à une balise....
New products brochure 28: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Error 530: The -- operator is not allowed
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Project portfolio
From version 25, you can create "project portfolios"......
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
QuickActionAdd (Function)
Adds a new quick action to the application.
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed...
AddLink (Function)
Adds a link to a text section in an edit control.
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network...
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used...
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
Background download
Starting with version 27, files can be downloaded in the background, using the system download...
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves...
1
3
4
5
6
7
15
>