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 |
What is the function of inheritance in delphi?
How to Use InvalidateRect()to repaint the entire form?
How to Convert a TColor value to a HTML Color string ?
How to assign a Null value to a numeric field in a table?
How to Read dos environment variables?
Is Turbo Pascal still available?
Does Delphi 5 include Resource Workshop and InstallShield Express?
How to determine the names of the installed comm ports?
How to Force edit mode in a TListView via a keypress ?
How to Get the time and date in Universal Time ?
How to make your main form fill up the Desk Top space?
How to Get property information ?