剛剛在 C++ Builder 的 Developer's Guide 看到一段話, 解了一個很久以來的疑問!
"Canvases are available only at runtime, so you do all your work with canvases by writing code"
這也解釋了為什麼這個 Image 物件中的小物件沒有出現在 Object Inspector 的 Properties 之中, 而 Picture 卻有出現在 Image 中的 Properties 之中。