Searched defs:SetItem (Results 1 – 5 of 5) sorted by relevance
53 LRESULT SetItem(COMBOBOXEXITEM *item) { return SendMessage(CBEM_SETITEM, 0, (LPARAM)item); } in SetItem() function
35 bool SetItem(const LVITEM* item) { return BOOLToBool(ListView_SetItem(_window, item)); } in SetItem() function44 …bool SetItem(const LV_ITEMW* item) { return BOOLToBool((BOOL)SendMessage(LVM_SETITEMW, 0, (LPARAM)… 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
878 void CUInt64DefVector::SetItem(unsigned index, bool defined, UInt64 value) in SetItem() function in NArchive::N7z::CUInt64DefVector