I'm using UndelphiX for Delphi 7 on Delphi 2006.

Everything I've seen in any tuturial only talks about loading images into a TDXImageList at design time, and then using them. But what I really want to do is add images directly into the list at runtime, like I can do with the TImageList.add method.

Since TDXImageList doesn't *have* a handy "add" method, how can I do it? I don't care how kludgy or work-around-ish it is; I just want to be able to insert items into the list at runtime, at will.

Can anyone help me with this?

Mason