怎么获取窗口Form1调整后的窗口width和heigth

如何获取窗口Form1调整后的窗口width和heigth?如何获取窗口Form1调整后的窗口width和heigth?[解决办法]OnR

如何获取窗口Form1调整后的窗口width和heigth?
如何获取窗口Form1调整后的窗口width和heigth?

[解决办法]
OnResize事件
[解决办法]
var
i:Integer;
begin
i := form1.width;
ShowMessage(IntToStr(i));
end;