ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Quick action functions
12 results
<QuickAction variable>.Add (Function)
Adds a new quick action to the application.
<QuickAction variable>.Pin (Function)
Generates a request to pin a quick action.
<QuickAction variable>.Remove (Function)
Removes a quick action defined for the application.
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application...
App shortcuts functions
The following functions are used to manipulate app shortcuts (also called "quick actions")
App shortcuts functions (prefix syntax)
The following functions are used to manipulate app shortcuts (also called "quick actions")
QuickAction (Variable type)
The QuickAction type allows you to define all the advanced characteristics of a quick action of an app on Android (app shortcut) or iOS (Quick Action).
QuickActionAdd (Function)
Adds a new quick action to the application.
QuickActionList (Function)
Lists the application's quick actions.
QuickActionPin (Function)
Generates a request to pin a quick action.
QuickActionRemove (Function)
Removes a quick action defined for the application.
QuickActionRemoveAll (Function)
Removes all the quick actions defined for the application. Quick actions pinned to the home screen will be disabled, but not removed.