Disable form resizing in delphi

Posted by Hendriksen123 on Stack Overflow See other posts from Stack Overflow or by Hendriksen123
Published on 2010-03-29T14:15:52Z Indexed on 2010/03/29 18:23 UTC
Read the original article Hit count: 285

Filed under:
|
|

Is there any way to stop the user resizing the form?

Currently I am using:

When form size changed....

MainForm.Height := 761;
MainForm.Width := 777;

But this looks horrible as it flickers as the user tries to change the form size.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about forms