devxlogo

Form width and length

Form width and length

Question:
My program has two MDI forms. I have an option that allows the user to tile them horizontally or vertically. How can I tell at runtime what the max form width and height are without setting the window’s state to wsMaximized? I tried the screen.width and screen.height, but they don’t take the Win95 taskbar into account.

Answer:
MDI child forms operate within the context of a “parent” form, so you candetermine what the optimal maximized size would be by referring to theParent.ClientHeight and Parent.ClientWidth from the child form. TheClientHeight and -Width properties define the space inside the borders of aform.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist