How to get textbox width at runtime?
Hi,
I have a textbox on the report (on masterdata band) and I set AutoWidth property to true.
At runtime, how can I retrieve the width of that textbox?
I have tried Memo1.Width but it returns the design time width always.
Thanks,
Vasile
I have a textbox on the report (on masterdata band) and I set AutoWidth property to true.
At runtime, how can I retrieve the width of that textbox?
I have tried Memo1.Width but it returns the design time width always.
Thanks,
Vasile
Comments