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).
GanttDeleteTask (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.
<Gantt chart>.DeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
iCloudKeyValueRemove (Function)
Removes a key from an Apple iCloud-based container of "key-value" pairs.
Operators on character strings
The character strings can be handled by specific WLanguage functions...
EmailUnsubscribeFromFolder (Function)
Removes a folder from the list of subscribed folders. This new function is available from WINDEV...
<emailIMAPSession variable>.UnsubscribeFromFolder (Function)
Removes a folder from the list of subscribed folders. This new function is available from WINDEV...
User group settings
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test...
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
Contains (Function)
Allows you to check if a substring is within a string.
SCM: Removing a project
Usage example of the AppointmentAdd function...
1
2
3
4
5
6
15
>