ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Automatic Application Features (AAF) / AAF on Edit controls
  • Overview
  • How to?
  • Implementation
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
Overview
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control.
This option is also available in the columns of Table, TreeView Table, Spreadsheet and Pivot Table controls. If the column is not editable, the cell content is selected.
When the option "Search on Internet" is selected, a Google search is automatically launched for the selected elements.
How to?

Implementation

The option "Search xxxx on Internet" is automatically implemented for the following controls:
  • Edit controls.
  • Table and TreeView Table controls,
  • Spreadsheet controls,
  • Pivot Table controls.
This option can be configured (like all the options proposed by the AAFs). For more details, see Configuring the AAF menus.
Through programming:
  • use AAFDisable with the aafInternetSearch constant to delete the option in the context menu.
  • AAFConfigure allows you to specify the search engine used (Google by default).
Minimum version required
  • Version 19
Comments
Click [Add] to post a comment

Last update: 09/22/2022

Send a report | Local help