Recent

Author Topic: Managing dynamic arrays  (Read 1295 times)

marcodor

  • New Member
  • *
  • Posts: 17
Managing dynamic arrays
« on: December 04, 2015, 11:44:57 am »
Hello!

Starting from XE7 (or 8 ) Embarcadero changed a bit Delete, Insert functions to handle also dynamic arrays.

Ie now it's easy to delete an element from array or insert another at specific position.
More info here:
http://docwiki.embarcadero.com/Libraries/Seattle/en/System.Delete
http://docwiki.embarcadero.com/Libraries/Seattle/en/System.Insert

Also array can now be directly initialized like: A:=[1,2,3,4];

This make things a lot easier managing dynamic arrays.

Are these things done in 3.0 or planned in next releases of FP?

Thanks!

 

TinyPortal © 2005-2018