Change unit (CM vs INCH) used in dialogs

    • Offizieller Beitrag

    To preset the unit used in all TWPValueEdit (the spin edits) use the global variable:

    GlobalValueUnit := euInch
    or
    GlobalValueUnit := euCm;

    Using a right click on the edit control let the user switch to a different unit.