|
|
|
|
|
- Overview
- Functions for performing a search in the controls
Window control search functions
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:
| | ControlFindHighlight | Highlights, in a window or control, all the captions and texts corresponding to a given text. | ControlFindTextFirst | Searches for and selects the first element corresponding to the text searched for in a window or field. | ControlFindTextNext | Finds and selects the next instance of the search text in a window or control. | ControlFindTextPrevious | Searches for and selects the previous element corresponding to the text searched for in a window or field. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|