Searched defs:DeleteItem (Results 1 – 5 of 5) sorted by relevance
49 LRESULT DeleteItem(int index) { return SendMsg(CBEM_DELETEITEM, index, 0); } in DeleteItem() function
63 bool DeleteItem(int itemIndex) { return BOOLToBool(ListView_DeleteItem(_window, itemIndex)); } in DeleteItem() function
175 void CXFA_FFListBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFListBox
300 void CXFA_FFComboBox::DeleteItem(int32_t nIndex) { in DeleteItem() function in CXFA_FFComboBox
4523 bool CXFA_Node::DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify) { in DeleteItem() function in CXFA_Node