Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/ShowItem


Ignore:
Timestamp:
03/12/25 08:22:28 (4 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v7 v8  
    11= !ShowItem =
    22
    3 {{{
     3{{{#!c++
    44CFormItem* CForm::ShowItem(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{