Search for the specified string in the list.
CaStringList
LPCTSTR szString - string to search for
CaString& - reference to found string.
Returns NULL string reference if not found. Use CaString::IsValid() to test results of find.
Example
CaStringList d; bool bResult = d.Find(“My String”);
More information:
| Copyright © 2013 CA. All rights reserved. |
|