EdFindΒΆ
EdFind finds a string in an editor.
- bool = EdFind(hEdit, ssFind, nStartChar, nEndChar, nFlag)
Return Value
bool.
Parameters
- hEdit
hEdit identifies the editor.
- ssFind
ssFind is the search string.
- nStartChar
nStartChar.
- nEndChar
nEndChar.
- nFlag
nFlag.
See also
id-1580047