Limitation of TStringList

By: Angel Martinez

Abstract: Explains the number of Strings a TStringList can hold

Question:


What are the size limitations of a TStringList?

Answer:


TStringList can hold up to 134,217,728 strings (MaxListSize+1). There are no limits on the size of the string (other than physical memory limits and processor address space limits).

Server Response from: SC2