What he means is that an object in Delphi allready is a pointer. Another method you might consider (and might even be faster) is using a TList and simply adding the TBitmap objects to it. A TList is way faster than an array and the principle is the same!