Previous Topic: CaString & Find(LPCTSTR szString)

Next Topic: bool IsEmpty(void) const


bool Remove(LPCTSTR szString)

Find matching string in list and remove it.

Owning Class

CaStringList

Arguments

LPCTSTR szString - string to remove

Return Value

bool - true if success, false if fails

Notes

Fails if string is not valid or not found in list.

Example

CaStringList d; bool bResult = d.Remove(“My String”);

More information: