Class TPageForm (unit Pageform)

Inherits from

TForm

This program example shows how to save resources using a notebook. Thanks to 3k Computer Consultancy for useful hints. Comments are welcome, E-Mail me! Use this software as freeware. The only thing I ask you is that if you find any bugs, please E-Mail me! David Obber, MC8783@mclink.it ------------------------------------------------------------------ DISCLAIMER ------------------------------------------------------------------ Use this software at your own risk. I won't be held responsible for anything that goes wrong.

Constructors


constructor Create(AOwner: TComponent);

Protected declarations

If the WinControl parent is defined, then the Parent of the form becomes the Owner of the Control, the handle of the parent window is the handle of the control (usually a notebook)



Functions

procedure CreateParams(var Params: TCreateParams);


Properties

Events

Variables

WinCtrl : TWinControl;

Private declarations


Constructors


constructor Create(AOwner: TComponent);

Protected declarations

If the WinControl parent is defined, then the Parent of the form becomes the Owner of the Control, the handle of the parent window is the handle of the control (usually a notebook)


Functions


procedure CreateParams(var Params: TCreateParams);


Properties


Events


Variables


WinCtrl : TWinControl;

Private declarations