Unit MovePanel

TMovePanel - (C)1998 by FreeSoft This is freeware! The TMovePanel is derived from TPanel, and therefore have the standard methods and Properties of a TPanel. BUT! It's moveable!!! The MoveWho property simply states what you want moved, when you drag the panel: mwNone : Just act like any ol' dumb panel.. mwSelf : Move the TMovePanel itself.. mwParent : Move its parent.. Very useable for inter-application windows or for designing your own titlebar.. Windows 95/NT and maybe 3.xx. "My First Component :)" Rasmus Klitgaard-Nielsen E-Mail : pinky@kom.auc.dk or werne@usa.net

Classes

TMovePanel -

Functions

Register - Published declarations

Types

TWhoToMove

Constants

Variables


Functions


procedure Register;

Published declarations

Types


TWhoToMove = (mwNone, mwSelf, mwParent);

Constants


Variables