anchordocking: clean up

git-svn-id: trunk@30237 -
This commit is contained in:
mattias 2011-04-08 02:10:38 +00:00
parent 6b1b1b22d1
commit 9c26e8ecf5

View File

@ -74,7 +74,6 @@
- popup menu
- shrink side left, top, right, bottom
- simple way to make forms dockable at designtime without any code
- minimize button and Hide => show in header
- on show again: restore layout
- close button for pages
}
@ -537,13 +536,6 @@ type
property PageClass: TAnchorDockPageClass read FPageClass write FPageClass;
end;
{ TControl_Hack }
TControl_Hack = class(TControl)
published
property OnStartDock; // was Protected
end;
var
DockMaster: TAnchorDockMaster = nil;