Represents band move states in TCtrlBand.
Source position: extctrls.pp line 1445
type TBandMove = (
bmNone,
bmReady,
bmMoving
);