Jump to content
Sign in to follow this  
Tommi Prami

TArray<T> helper

Recommended Posts

GNU License 🤦‍♂️

 

Some of the methods in that helper are obsolete since XE7 because we have Insert, Add, Delete for dynamic arrays.

Most of the other methods are in Spring.pas TArray which is not a helper for the System.Generics.Collections one but reimplements its methods and adds its own.

 

For the TArrayRecord<T> type Spring.pas has Vector<T> (the naming is taken from C++ where this is the dynamic array type name)

Edited by Stefan Glienke
  • Like 2

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×