Jump to content
Registration disabled at the moment Read more... ×
Ian Branch

Turn off title on a TImage??

Recommended Posts

Hi Team,

D10.4.1.

If I can, where/how do I turn off/blank the title of a TImage.

I can't find a .Caption or .Title property, or similar, and it doesn't make sense that you can't so where/how??

 

Regards & TIA,

Ian

Share this post


Link to post

Pretty sure TImage does not have caption prop 

View the xxx.bmp in Pbrush to if text captured in original image.   

 

D10.4.1

Out of text view of .DFM

object Image2: TImage
  Left = 0
  Top = 0
  Width = 360
  Height = 249
  Align = alClient
  Picture.Data = {
    07544269746D61704E010100424D4E0101000000000036040000280000006301
    0000B6000000010008000000000018FD00000000000000000000000100000000
...

 

Edited by Pat Foley

Share this post


Link to post
Quote

If I can, where/how do I turn off/blank the title of a TImage.

Or in Design window the switch is in Options Show components captions

 

image.thumb.png.3639ac772d0321835849cb1e154e866e.png

Share this post


Link to post

Hi Pat,

Didn't make any difference.

This is what I am seeing on the form..

image.thumb.png.66bd25eb410d1614d3f9f97bdb59266d.png

The image name there is shown.  Above the TImage is a Panel, overlaid on the Image are buttons.

 

Ian

Share this post


Link to post

Solved.

I am going to take myself out the back and beat myself over the head soundly with a piece of 2 x 4.

The 'Caption' I was trying to get rid of was actually in the image. :-(

Colour me red. :-(
Thanks for your input.

 

I will just slink away now....

 

Regards,

Ian

  • Like 1

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×