Called by the framework when processing Replace commands from the Replace dialog box.
virtual void OnReplaceSel( LPCTSTR lpszFind, BOOL bNext, BOOL bCase, BOOL bWord, LPCTSTR lpszReplace );
The text to be replaced.
Indicates the direction of the search: TRUE is down; FALSE, up.
Indicates if the search is case sensitive.
Indicates if the search must select whole words or not.
The replacement text.
Call this function to replace one occurrence of some given text with another string. Override this function to alter search characteristics for this view.
Header: afxrich.h