Changes between Version 6 and Version 7 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/HideItem
- Timestamp:
- 03/12/25 08:25:39 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/HideItem
v6 v7 1 1 = !HideItem = 2 2 3 {{{ 3 {{{#!c++ 4 4 CFormItem* CForm::HideItem(const char* name, bool updateDisplay = true) 5 5 … … 24 24 The 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. 25 25 26 {{{ 26 {{{#!c++ 27 27 void UpdateLocalRemoteForm(CForm *pForm) 28 28 {