CodePudding user response:
Demand is not very clear,Use TImage: imported images: Picture import
Then in button click event with
Show hidden TImage: : the Visible property control
CodePudding user response:
TImage control Image1AnsiString ss=".//temp. JPG ";
If (FileExists (ss))
Image1 - & gt; Picture - & gt; LoadFromFile (ss);