Class TPageForm (unit Formpage) |
Inherits from
TThreadForm
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)
procedure CreateParams(var Params: TCreateParams);
TPageForm -------------------------------------------------------------------
procedure OnUM_SETFOCUS(var message: TMessage);
nothing happens, it's a normal form
ScaledBy : TScaledBy;
WinCtrl : TWinControl;
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)
procedure CreateParams(var Params: TCreateParams);
TPageForm -------------------------------------------------------------------
procedure OnUM_SETFOCUS(var message: TMessage);
nothing happens, it's a normal form
ScaledBy : TScaledBy;
WinCtrl : TWinControl;