Duplicates not allowed
var md: TDictionary<string, string>;s := 'orange'; v := 'fruit'; md.Add(s, v); s := 'orange '; v := 'color'; md.Add(s, v); <-- Duplicates not allowed


請先 登入 以發表留言。