Class TPageForm (unit Formpage)

Inherits from

TThreadForm

Constructors


constructor Create(AOwner: TComponent);

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 or a palnel)


Functions

procedure CreateParams(var Params: TCreateParams);

TPageForm -------------------------------------------------------------------

procedure OnUM_SETFOCUS(var message: TMessage);

nothing happens, it's a normal form

Properties

Events

Variables

ScaledBy : TScaledBy;


WinCtrl : TWinControl;



Constructors


constructor Create(AOwner: TComponent);

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 or a palnel)


Functions


procedure CreateParams(var Params: TCreateParams);

TPageForm -------------------------------------------------------------------


procedure OnUM_SETFOCUS(var message: TMessage);

nothing happens, it's a normal form


Properties


Events


Variables


ScaledBy : TScaledBy;


WinCtrl : TWinControl;