简体   繁体   中英

Is there a TMap class in Delphi XE4?

Is there a Java Map like class in Delphi XE4? If it is, some explanation is welcome. I'd like to convert the command prompt params into a map to access them by keys (by expected param names).

您正在寻找TDictionary<K,V>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM