Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我将图像放入标签页,是否有任何原因不显示图像?只是显示白色背景。
如果您在运行时创建它们,请务必设置它们的 Parent 属性。父级负责提供绘画上下文。 没有父级 = 没有显示。
什么类型的图像(bmp 或 jpeg)?如果您使用 jpg,请在代码中包含 jpeg 单元。
我有一个可能与图像未显示类似的问题(前段时间),我通过添加面板和图像来修复它。(我并没有真正得到区别,但它当时有效)