I have a control, say tlabel, with autosize set.
I fill the label with text so that the size changes.
None of the properties Width, Height or ClientWidth, ClientHeight or ClientRect do change before the parent is resized.
Why is this so and how do I find out where my control is and how big it is without resizing the parent?
H