Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/ShowItem


Ignore:
Timestamp:
09/30/20 11:58:31 (4 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/ShowItem

    v5 v6  
    1616== Remarks ==
    1717
    18 ShowItem is a wrapper for EnableItem with the show parameter set to true to simplify code. It is equivalent to EnableItem(name, true, updateDisplay)
     18ShowItem is a wrapper for EnableItem with the enable parameter set to true to simplify code. It is equivalent to EnableItem(name, true, updateDisplay)
    1919
    2020== Example ==