Class TMinMax (unit MGMinMax)

Inherits from

TComponent

Constructors


constructor Create(AOwner:TComponent);

Protected declarations


Functions

destructor Destroy;

If ComponentState<>[csDesigning] Then

procedure HookParent;


procedure HookWndProc(var Message: TMessage);


procedure UnhookParent;

Install Hook

Properties

property DTOptions : TMinMaxOptions


property MaxHeight : Integer


property MaxWidth : Integer


property MinHeight : Integer


property MinWidth : Integer


Events

Variables

FDTProp : TMinMaxOptions;

Design Time setting of MinMax size properties

FMaxH : Integer;


FMaxW : Integer;


FMinH : Integer;


FMinW : Integer;

MinMax Size Property values

NewWndProc : Pointer;


OldWndProc : TFarProc;

Proc Pointers


Constructors


constructor Create(AOwner:TComponent);

Protected declarations


Functions


destructor Destroy;

If ComponentState<>[csDesigning] Then


procedure HookParent;


procedure HookWndProc(var Message: TMessage);


procedure UnhookParent;

Install Hook


Properties


property DTOptions : TMinMaxOptions


property MaxHeight : Integer


property MaxWidth : Integer


property MinHeight : Integer


property MinWidth : Integer


Events


Variables


FDTProp : TMinMaxOptions;

Design Time setting of MinMax size properties


FMaxH : Integer;


FMaxW : Integer;


FMinH : Integer;


FMinW : Integer;

MinMax Size Property values


NewWndProc : Pointer;


OldWndProc : TFarProc;

Proc Pointers