How to make your main form fill up the Desk Top space?
Answer / Kriyanshu Saraswat
To make the main form fill up the desktop space in Delphi, you can set the `FormStyle` property to `fsStretchClient`. Here's an example:
```delphi
MyForm.FormStyle := fsStretchClient;
```
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Create a rotated font?
What are the different types of object allocations methods in delphi?
How to Debug an In-Proc COM Server?
How to Retrieve the line number that a memo's cursor is on?
How to Get bin names from your printer?
How to Get values in a TDBGrid before they are posted?
How to create a bitmap from an icon?
How many tables can be connected with joins in oracle at a time?
How to Change font color on standard win controls?
Why reusing or inheriting from a Remote Data Module is not a good idea?
How to Change the root key ?
How to Disable Full Window Drag?