Board index » delphi » Delphi4's main form, drag and dock question
Charles McAllister
![]() Delphi Developer |
Sun, 24 Jun 2001 03:00:00 GMT
Delphi4's main form, drag and dock question
I'm having problems duplicating the behavior of Delphi 4's main form's drag
and dock behavior. Here is what I think I know so far...:) By default, the main form in Delphi4's IDE has several dockable windows, one Delphi lets us drag these different dockable windows, around on the main I want to have the same ability in my apps.. but I'm having problems with I can easily create a form, that is a dock site, that I can drag other forms I suspect I'm going to have to override the DockManager's behavior. Could someone please point me in the right direction? Thanks in advance |