Searched defs:SetItem (Results 1 – 5 of 5) sorted by relevance
55 LRESULT SetItem(COMBOBOXEXITEM *item) { return SendMsg(CBEM_SETITEM, 0, (LPARAM)item); } in SetItem() function
49 bool SetItem(const LVITEM* item) { return BOOLToBool(ListView_SetItem(_window, item)); } in SetItem() function58 …bool SetItem(const LV_ITEMW* item) { return BOOLToBool((BOOL)SendMsg(LVM_SETITEMW, 0, (LPARAM)item… in SetItem() function
105 procedure SetItem(const Key: TKey; const Value: TValue); procedure244 procedure THashList<TKey, TValue>.SetItem(const Key: TKey; const Value: TValue); procedure
527 procedure TList<T>.SetItem(Index: Integer; const Value: T); procedure651 procedure TDictionary<TKey,TValue>.SetItem(const Key: TKey; const Value: TValue); procedure
891 void CUInt64DefVector::SetItem(unsigned index, bool defined, UInt64 value) in SetItem() function in NArchive::N7z::CUInt64DefVector