Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CObList::IsEmpty
CObList                                     Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL IsEmpty() const;
 
  Remarks
 
  Indicates if this list contains no elements.
 
  Return Value
 
  TRUE if this list is empty; FALSE otherwise.
 
  Example
 
  See the example for RemoveAll.
 
  See Also
 
  CObList::GetCount
 
 
                                     -♦-