HUtilities Class Descriptions › CaStringList › bool IsEmpty(void) const
Determines if list is empty.
CaStringList
None
bool - true if NULL or empty, false if length > 0
Example
CaStringList d; bool bResult = d.IsEmpty();
More information: