How to make your main form fill up the Desk Top space?



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

Post New Answer

More Delphi Interview Questions

How to Create a rotated font?

1 Answers  


What are the different types of object allocations methods in delphi?

1 Answers  


How to Debug an In-Proc COM Server?

1 Answers  


How to Retrieve the line number that a memo's cursor is on?

0 Answers  


How to Get bin names from your printer?

1 Answers  


How to Get values in a TDBGrid before they are posted?

1 Answers  


How to create a bitmap from an icon?

1 Answers  


How many tables can be connected with joins in oracle at a time?

1 Answers  


How to Change font color on standard win controls?

1 Answers   Wipro,


Why reusing or inheriting from a Remote Data Module is not a good idea?

1 Answers  


How to Change the root key ?

1 Answers  


How to Disable Full Window Drag?

1 Answers  


Categories