Previous Topic: bool Remove(LPCTSTR szString)

Next Topic: void Clean( void )


bool IsEmpty(void) const

Determines if list is empty.

Owning Class

CaStringList

Arguments

None

Return Value

bool - true if NULL or empty, false if length > 0

Example

CaStringList d; bool bResult = d.IsEmpty();

More information: