|
Defines a search scope for TrvActionFind, TrvActionFindNext, and TrvActionReplace actions.
type
TRVASearchScope = (rvssFromCursor, rvssAskUser, rvssGlobal);
property SearchScope: TRVASearchScope;
Value
|
Meaning
|
rvssFromCursor
|
Searching from the caret position to the end/beginning of the document.
|
rvssAskUser
|
Searching from the caret position to the end/beginning of the document, then asking the user whether to continue from the beginning/end, then (if "yes") searching from the beginning/end.
|
rvssGlobal
|
Searching from the caret position to the end/beginning of the document, then searching from the beginning/end.
|
Default value:
rvssAskUser
|