|
From: Alexander S.K. <al...@be...> - 2012-12-13 13:07:20
|
Basso, Luis Fernando writes: > WindowState property HWindow class stores the state of the window, if > Minimized, Maximized, and is in funcition OnSize the WM_SIZE message is > triggered > ... Thanks for the clarification. But I wrote about other thing. The code, which use Hwindow vars, should be placed in HWindow class prg, or in other place, but not in hcwindow.prg, which is parent of hwindow. HCustomWindow must know nothing about it childs - for proper and clear code. Child class can use vars of parent, but not vice versa. Regards, Alexander. |