Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 25th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. TDictionary.ContainsKey returning false, even though the key exists
  2. //  Get recipes from the very event.
  3.   Tmp := FCalendar.ContainsKey(D);
  4.   if (Tmp) then
  5.   begin
  6.     E := FCalendar[D];
  7.     CopyRecipes(E);
  8.   end;