| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: text-edit-pane string &key backward case-sensitive (select t) (lines-of-padding 0)
Searches for the next occurrence of a string in a text control,
starting from the current text cursor position. If the string is
found, then the index of the first character in the match is returned;
otherwise nil
is returned.
The arguments are:
text-edit-pane
or rich-edit-pane
to
search.
nil
, meaning do a forward search.
nil
meaning do a
case-insensitive search.
nil
is
simply returned as usual.
To ask the user interactively for the search string, it may be useful to call ask-user-for-string or pop-up-string-dialog.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |