怎样将 TImageList 中的图片在TImage中显示出来?解决方法

怎样将 TImageList 中的图片在TImage中显示出来?
如题,感谢!

------解决方案--------------------
用TImageList对象的GetBitmap或GetIcon方法即可,如:

C/C++ code
ImageList1->GetBitmap(0, Image1->Picture->Bitmap);