| Class TFrmCloneNotebookPg (unit CloneNotebookPg) |
TForm
| Constructors |
| Functions |
procedure Button1Click(Sender: TObject);
procedure Button3Click(Sender: TObject);
procedure FormShow(Sender: TObject);| Properties |
| Events |
| Variables |
Button1 : TButton;
Button2 : TButton;
Button3 : TButton;
Edit1 : TEdit;
ListBox1 : TListBox;
Notebook1 : TNotebook;
SpinEdit1 : TSpinEdit;| Constructors |
| Functions |
procedure Button1Click(Sender: TObject);
procedure Button3Click(Sender: TObject);Note: The AddObject must be before the properties for 'newPage' are set. // newPage.Parent := Notebook1; newPage.Visible := true;
procedure FormShow(Sender: TObject);| Properties |
| Events |
| Variables |
Button1 : TButton;
Button2 : TButton;
Button3 : TButton;
Edit1 : TEdit;
ListBox1 : TListBox;
Notebook1 : TNotebook;
SpinEdit1 : TSpinEdit;