A full-featured Delphi paging panel that supports direct access of its multiple panes (panels) via the right-click context menu at design-time.TMultipane supports direct access of its multiple panes (panels) via the right-click context menu at design-time, and offers several improvements over controls such as TPageControls for implementing stacked 2-dimensional panel spaces.At design time -- use MultiPane instead of a TPageControl (with its tabs hidden) when you want to economize space within the form designers of your Delphi - or component-compatible - code editor. At runtime - easily display specific panes using only the TopPaneIndex property. No separate tabsheet activepage name is required (as would be with a PageControl).Adding, deleting, and selecting new panes is simple, using only the context menu.
|