Use TAdvStringGrid->SaveToFixed(filename,TintList) in C++Builder 2007

Have been trying to make use of the TAdvStringGrid->SaveToFixed(filename,TintList) feature. There doesn't seem to be an equivalent to TintList in BCB 2007. If there is, I can't find it. I have a specific application where it would be particularly useful for me. I do have AdvObj.hpp included as suggested in the narrative on page 12 of the AdvStringGrid docs. It looks to be a simple numeric array, but I just don't see how to do this in BCB.

The TIntList type is declared in unit AdvObj ,so if you include that unit, you should be able to use it.