Can I retrieve Filename for TPicture directly?

后端 未结 3 1937
小蘑菇
小蘑菇 2020-12-12 05:56

I have a Delphi application which displays an image using a TImage.

The location of the image is stored in a database and retrieved on load and set directly using co

3条回答
  •  一生所求
    2020-12-12 06:04

    You can store the filename in the Hint property of Image1.

    if you don't already use it. As intended or for another purpouse... I find this property pretty promiscuous :)

提交回复
热议问题