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 Get the actual size of a TComboBox?



How to Get the actual size of a TComboBox?..

Answer / Vishwasana

To get the actual size of a TComboBox, you can use the ClientRect property which returns the client area rectangles (the interior space) of a control. Here's an example:

```
var
Rect: TRect;
begin
Rect := ComboBox1.ClientRect;
end;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Delphi Interview Questions

What is the function of inheritance in delphi?

1 Answers  


How to Use InvalidateRect()to repaint the entire form?

1 Answers  


How to Convert a TColor value to a HTML Color string ?

1 Answers  


How to assign a Null value to a numeric field in a table?

1 Answers  


How to Read dos environment variables?

1 Answers  


Is Turbo Pascal still available?

1 Answers  


Does Delphi 5 include Resource Workshop and InstallShield Express?

1 Answers  


How to determine the names of the installed comm ports?

1 Answers  


How to Force edit mode in a TListView via a keypress ?

1 Answers  


How to Get the time and date in Universal Time ?

0 Answers  


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

1 Answers  


How to Get property information ?

1 Answers  


Categories