wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/ResetPrevWtUnits

Version 2 (modified by Don Wilson, 14 years ago) ( diff )

--

ResetPrevWtUnits

Resets the previous weight units so the next call to IsWtUnitsChanged will return true.

void ResetPrevWtUnits(void);

void ResetPrevWtUnits(int nScale);

Parameters

  • nScale - scale to reset

Version with no parameter will reset all scales.

Return Value

This function does not return any result.

Remarks

Examples

// After clearing a menu display reset the previous weight units so the units will be redrawn
ResetPrevWtUnits();

See Also

Note: See TracWiki for help on using the wiki.