intro.bbdoc 504 B

12345678910
  1. A #TObjectList allows you to conveniently add and remove objects to and from a collection of objects.
  2. It is a #Type bringing together the memory efficient storage
  3. of arrays and the easy manageability of a #TMap or #TList.
  4. In most cases it is faster than the namend alternatives but of course it
  5. depends on the way you are using it in your code. So make sure to
  6. benchmark according to your individual use case.
  7. Object lists can replace #TList easily when used in OOP-style as they share method names.