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
Lists the application's quick actions.
Example
arrAction is array of QuickAction = QuickActionList()
FOR EACH action OF arrAction
IF action.Identifier = "ACTION_ID_SEND_MESSAGE" THEN
QuickActionPin(action)
END
END
Syntax
<Result> = QuickActionList()
<Result>: Array
Array of QuickAction variables describing the application's quick actions.
Remarks
  • The Icon property of the QuickAction variable cannot be read.
Business / UI classification: UI Code
Component: wd290android.aar
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 01/17/2024

Send a report | Local help