Performs search (replace).
function DoSearch(ToAll: Boolean; ToBack: Boolean; FromCur: Boolean): Boolean; override;
Protected method that is used in FindXXX methods.
|
Parameter |
Description |
|
ToAll |
Apply to all entries of FindText in SyntaxMemo text. |
|
ToBack |
Backward direction, otherwise - forward. |
|
FromCur |
From caret position, otherwise from begin or end of SyntaxMemo text in concordance with direction. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|