gpt4 book ai didi

delphi - 如何测试 TImage 是否分配了图形?

转载 作者:行者123 更新时间:2023-11-28 19:58:35 24 4
gpt4 key购买 nike

我程序中的表单上有一个 TImage 组件。

在某些情况下,程序必须测试:

如果“有一个图像分配给了 TImage 组件的图片属性”那么......

我该怎么做?

最佳答案

if Image1.Picture.Graphic = NIL 
then ShowMessage("There is no image.")
else ShowMessage("Image found.");

如果使用位图,您也可以这样做:

if Image.Picture.Bitmap.Empty then ShowMessage("There is no spoon");

关于delphi - 如何测试 TImage 是否分配了图形?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2717990/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com