Links
EControl Syntax Editor SDK
TSyntReplaceDialog.Search Method

Replace FindText with the ReplaceText.

function Search(StrtPos: integer; EndPos: integer; ToBack: Boolean; var ToAll: Boolean; var DoPrompt: Boolean): Boolean; override;

 

Search replace FindText in text range specified by StrtPos and EndPos.

Parameter 
Meaning 
ToAll 
Apply to all entries of FindText in SyntaxMemo text. 
ToBack 
Backward direction, otherwise - forward. 
DoPrompt 
Shows prompt message dialog if set to true. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!