VC如何把List中的内容全部清空
4个回答
2009-03-21
展开全部
CListBox::ResetContent
void ResetContent( );
Remarks
Removes all items from a list box.
Example
// The pointer to my list box.
extern CListBox* pmyListBox;
// Delete all the items from the list box.
pmyListBox->ResetContent();
ASSERT(pmyListBox->GetCount() == 0);
void ResetContent( );
Remarks
Removes all items from a list box.
Example
// The pointer to my list box.
extern CListBox* pmyListBox;
// Delete all the items from the list box.
pmyListBox->ResetContent();
ASSERT(pmyListBox->GetCount() == 0);
展开全部
用DeleteAllItems,具体用法是List.DeleteAllItems().
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
ListControl.DeleteAllItems()
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
LIST.CLEAR();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询