是什么?

解决方案 »

  1.   

    看delphi帮助
    TStringList maintains a list of strings. UnitClassesDescriptionUse a string list object to store and manipulate a list of strings. TStringList implements the abstract properties and methods introduced by TStrings, and introduces new properties, events, and methods toSort the strings in the list.
    Prohibit duplicate strings in sorted lists.
    Respond to changes in the contents of the list.
    Control whether strings are located, sorted, and identified as duplicates in a case-sensitive or case-insensitive manner.
      

  2.   

    TStringList是一个列表类,用于处理同列表相关的内容或队列。
      

  3.   

    可以是字符串列表,也可以是一个map(“key=value”列表)。