Unit Notebook |
Saxman Software Programmer Productivity Series Delphi Custom Controls Copyright 1995, 1996 Jim Standley FormSet Demo, Main Form Example code using the FormSet control. This is the "parent" or "notebook" form. It has the FormSet control on it. The FormSet displays "child" or "page" forms in the client area of the parent. This unit has the OnTabLoad event handler. This procedure maps TForm objects onto the tabs. It is called any time a tab is selected and FormSet does not already have the TForm object for that tab. Another important point is to set FormSet1.TabIndex to a valid tab index before the main form is seen by the user. This triggers a Change event within FormSet which is needed to display the first tab and form.
Classes |
Functions |
Types |
Constants |
Variables |
Functions |
Types |
Constants |
Variables |