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.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
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.
QuickActionRemoveAll (Function)
Removes all the quick actions defined for the application. Quick actions pinned to the home screen will be disabled, but not removed.
CodeEditorUncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
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.
NoSpace (Function)
Returns a character string without the space characters:
  • from the left and right side of the initial string.
  • within the 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.
GanttDeleteAll (Function)
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control.
GanttDeleteTask (Function)
Removes a task 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.
<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...
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.
Removing a project from the SCM (Source Code Manager)
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
String functions
List of functions for managing character strings...
Position (Function)
Finds the position of a specified string within another string.
Android permission management
Android applications require permissions to provide certain features that may require access...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
1
2
3
4
5
6
9
>