Pascal enumerations
Previous  Top  Next

MvmtClass = (mcPairs, mcIndividuals);
Only Pairs and Individual movements are supported at the moment

MvmtType = 
    (mtAny,
     mt3QHowell,
            mt1HalfAMitchell,
            mtwhist,
            mtAppHowell,
            mtAppMitchell,
            mtBlackpool,
            mtBlockMitchell,
            mtBowman,
            mtCrissCrossMitchell,   //Double weave Mitchell  with stationary boards

            mtDispMitchell,         //Bump Mitchell

            mtDoubleHesMitchell,
            mtDoubleHowell,
            mtDoubleWeaveMitchell,  // CrissCrossMitchell with moving boards

            mtExtraBoardHowell,
            mtExtraBoardMitchell,
            mtFlowerHowell,
            mtHesitationBowman,
            mtHesitationMitchell,
            mtHowell,
            mtInterwovenHowell,
            mtMitchell,
            mtNSRover,
            mtRelayMitchell,
            mtRovertableMitchell,
            mtSkipMitchell,
            mtStaggerMitchell,
            mtTwinMitchells,
            mtUndefined,
            mtWebMitchell,
            mtiHowelltype,
            mtiMitchelltype,
            mtiIrregular,
            mtiCombination,
            mtiUndefined,
            mtiShomate,
            mtPivotMitchell,
            mt2TAppMitchell,
            mtiUser1,
            mtiUser2,
            mtiUser3,
            mtiUser4,
            mtiUser5,
            mtUser1,
            mtUser2,
            mtUser3,
            mtUser4,
            mtUser5);

The movement types prefixed with "mt" are for pairs and those with "mti" are for individuals. "mtAny" can apply to either pairs or individuals. Use these numerations to retrieve the full movement name using the "movement name management" frunctions.

The names of the movement are managed using the movement type editor.

ScorerType = (stASE, stSB, stACBL);
The scorer types supported at the moment are:

stASE: ASE Scorer
stSB: Scorebridge
stACBL: ACBLScore