ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Search functions
  • Overview
  • Functions for performing a search in the controls
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
Window control search functions
Overview
WINDEV allows the user to perform a search among all the texts found in a window or in a control.
The calculation can be performed:
  • via the Automatic Application Feature for searching in a window. For more details, see Search in a window.
  • via the WLanguage search functions.
Functions for performing a search in the controls
The following functions are used to find a text in the different window controls:
ControlFindHighlightHighlights, in a window or control, all the captions and texts corresponding to a given text.
ControlFindTextFirstFinds and selects the first element corresponding to the sought text in a window or control.
ControlFindTextNextFinds and selects the next instance of the search text in a window or control.
ControlFindTextPreviousFinds and selects the previous element corresponding to the sought text in a window or control.
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment

Last update: 01/26/2023

Send a report | Local help