Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/EnableItem
- Timestamp:
- 03/12/25 08:33:38 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/EnableItem
v3 v4 1 1 = !EnableItem = 2 2 3 {{{ 3 {{{#!c++ 4 4 CFormItem* CForm::EnableItem(const char* pszName, bool enable, bool show) 5 5 … … 25 25 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. 26 26 27 {{{ 27 {{{#!c++ 28 28 void UpdateLocalRemoteForm(CForm *pForm) 29 29 {