ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / AAF functions (Automatic Application Features)
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
The following functions are used to manage AAFs (Automatic Application Features):
AAFChangeCaptionCustomizes the text of a menu option for context menus corresponding to an AAF (Automatic Application Feature).
AAFConfigureAllows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables.
AAFContextMenuToStringReturns the list of options in the context menu actually displayed by the control.
AAFDisableDisables an Automatic Application Feature (AAF) on a control, window or on the current application.
AAFEnableRe-enables an Automatic Application Feature (AAF) previously disabled by AAFDisable.
AAFExecuteRuns an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
AAFExportParameterSaves all customizations made via AAFs (Automatic Application Features) in a file.
AAFExportSecuritySecures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
AAFImportParameterLoads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
AAFOpenHelpOpens the AAF (Automatic Application Features) help website.
AAFPossibleIndicates whether an AAF (Automatic Application Feature) can be run on a specific control.

Remarks: These functions are identical to the following functions, usable before version 21:
ConfigureAAFUsed to specify the behavior of some Automatic Application Features (AAF).
DisableAAFDisables an Automatic Application Feature (AAF) on a control, window or on the current application.
ExecuteAAFRuns an Automatic Application Feature (AAF) on a control or window.
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/10/2023

Send a report | Local help