Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/EnableItem


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

--

Legend:

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

    v3 v4  
    11= !EnableItem =
    22
    3 {{{
     3{{{#!c++
    44CFormItem* CForm::EnableItem(const char* pszName, bool enable, bool show)
    55
     
    2525The 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.
    2626
    27 {{{
     27{{{#!c++
    2828void UpdateLocalRemoteForm(CForm *pForm)
    2929{