ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage functions / Mobile specific functions / 
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Removes a quick action defined for the application.
Example
QuickActionRemove("ACTION_ID_SEND_MESSAGE")
Syntax

Removing a quick action using a QuickAction variable Hide the details

<Result> = QuickActionRemove(<Action>)
<Result>: Boolean
  • if the quick action was removed,
  • False otherwise. ErrorInfo returns the details of the error.
<Action>: QuickAction variable
QuickAction variable describing the action to be removed

Removing a quick action using its identifier Hide the details

<Result> = QuickActionRemove(<Identifier>)
<Result>: Boolean
  • if the quick action was removed,
  • False otherwise. ErrorInfo returns the details of the error.
<Identifier>: Character string
Identifier of the quick action to be removed.
Business / UI classification: Business Logic
Component: wd290android.aar
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 02/02/2024

Send a report | Local help