Thank you for your help. :-)
Can you explain why you need the complete height ?
  
As I told you - I need to work with 3 windows. 1st is top window (like Lazarus main window). 2nd and 3rd must be placed under that window. So, I do:

F2ndWindow.Left:=1;                                                              
F2ndWindow.Top:=F1stWindow.Top+F1stWindow.Height;

F3rdWindow.Left:=F2ndWindow.Left+F2ndWindow.Wight;
F3Window.Top    :=F1stWindow.Top+F1stWindow.Height;


Im Delphi all is correctly calculated. In Lazarus both F3rdWindow.Left and F3rdWindow.Top are calculated wrong.

So. How can I obtain titlebar height (both in WIndows and in Linux) to get a real height of my window?


Best regards. Alexey.



Reply via email to