Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 convert Integer to 'Binary String'?

1 Answers  


How to Get a list of the available drives on a system?

1 Answers  


How to Broadcast a message?

1 Answers  


How to create Data Link File with Windows 2000?

1 Answers  


How to get serial number of my drive ?

1 Answers  


How to Use Visual Basic arrays in Delphi ?

1 Answers  


How to Write a raw string of data to the printer?

1 Answers  


How to Display a bitmap on the client area of an MDI parent form?

1 Answers  


How to Use the LzExpand functions in your applications?

1 Answers  


How to assign a file variable in a Record?

1 Answers  


How to dial out through the modem under Win32?

1 Answers  


How to Create a PolyPolygon using a point array?

1 Answers  


Categories