TStringList supported list


TObject
   TPersistent
      TStrings
         TStringList


Delphi C#.NET Supported
TStringList System.Collections.Generic.List[string] Yes
Properties
Duplicates No
Sorted No
CaseSensitive No
Methods
CustomSort No
Sort SortYes
Find FindYes
InsertObject InsertYes
Insert InsertYes
IndexOf IndexOfYes
Exchange No
Delete RemoveAtYes
Clear ClearYes
AddObject AddYes
Add AddYes
Events
OnChange No
OnChanging No