Hi all,
What are the flags mentionned in SearchNext(flags, word)?
I am of course talking about StyledText widget.
H. Aurag
···
________________________________________________________________________
________________________________________________________________________
Hassan Aurag:
What are the flags mentionned in SearchNext(flags, word)?
I am of course talking about StyledText widget.
wxSTC_FIND_WHOLEWORD
wxSTC_FIND_MATCHCASE
wxSTC_FIND_WORDSTART
The SearchNext method should be used in conjunction with the SearchAnchor
method which determines where to start the search.
Neil