Topic #1.1.1.1.
|
|
Part I: O.O. PanelWare
- Version Info
Notes about WebHub version compatibility for the information presented in this eSeminar
- Definition
PanelWare is...
- Inheritance Chart
This chart shows how the WebHub panels descend from Delphi's TForm
- TtpFitForm
The TtpFitForm is derived directly from TForm and sets up the groundwork for PanelWare.
- TtpSplitterForm
This class sets up the splitter functionality for subsequent forms that may want
to use it. This splitter code works in Delphi 1, 2, 3 and 4 and does not require
the Delphi TSplitter component (in D3+).
- TutParentForm
This is where the "tear-out" feature is implemented, where you can click on the border of a panel and it will pop-up into a standalone window. A TPanel named 'pa' is required.
- whMail.pas
The caption on the form determines the tab caption when the panel plugs into the final user interface.
- Creation Order
It's the order in which the panels are created that determines how they form the user interface.
|
|