Search found 2 matches
- Thu Nov 11, 2004 11:31 am
- Forum: VCL
- Topic: Width of a hidden title frame?
- Replies: 3
- Views: 5186
Thanks for the response. This will give me the width of the text, but the text can be wider then the frame, if adjustframe is false. I can get the correct width of the frame with Chart1.Title.Width , but this will return "0" if the Chart is hidden. Edit: I found a solution to the problem. If I call ...
- Wed Nov 10, 2004 2:53 pm
- Forum: VCL
- Topic: Width of a hidden title frame?
- Replies: 3
- Views: 5186
Width of a hidden title frame?
Is there a way to retrieve the width of the title frame when the form with the tchart component is hidden? Both the width and the rect of the title returns 0 when viewed. If not, is there another way it is possible to cut the length of a text to fit the frame without using "Adjust Frame"? This is us...