|
virtual |
Replaces all matching substrings in the edit control.
Use this function to replace all substring that match to lpszFind with substring specified by lpszReplace.
lpszFind | Specifies the text to find |
lpszReplace | Specifies the text to replace with |
bNext | Specifies forward (TRUE) or backward (FALSE) search. |
bCase | If TRUE, the search is case-sensitive. |
bWholeWord | If TRUE, the function looks for the exact word. |