Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/HideItem


Ignore:
Timestamp:
03/12/25 08:25:39 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v6 v7  
    11= !HideItem =
    22
    3 {{{
     3{{{#!c++
    44CFormItem* CForm::HideItem(const char* name, bool updateDisplay = true)
    55
     
    2424The conditional items are initialized with the FORM_FLAG_DISABLE flag to start out hidden. After the FORM_SHOW is called the !UpdateLocalRemoteForm function is called to show these items based on the data. When the mode or type selection is changed the event !ModeOrTypeChg is called and the event calls !UpdateLocalRemoteForm to update the conditional items appropriately.
    2525
    26 {{{
     26{{{#!c++
    2727void UpdateLocalRemoteForm(CForm *pForm)
    2828{