Retrieve m_check_group Text row

 

Hi, I would like to retrieve the text of row in check group but I found only value.

void CPanelDialog::OnChangeCheckGroup(void)
  {
   Print(__FUNCTION__+" : Value="+IntegerToString(m_check_group_forex.Value()));
  }

I would like permit to add rows from user and finally read the new check/row inserted to save it in a file.

Tks for help.

Documentation on MQL5: Standard Library / Panels and Dialogs / CPanel
Documentation on MQL5: Standard Library / Panels and Dialogs / CPanel
  • www.mql5.com
CPanel - Panels and Dialogs - Standard Library - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 

Code:

   if ((bool) (m_check_group_tag.Value() & (1<<2)) )
      Print ("3rd cheque box is checked");
 
Please, insert code correctly: when editing a post, click   Code and paste your code in the popup window (the first time I edited your post and inserted the code correctly)
MQL5.community - User Memo
MQL5.community - User Memo
  • www.mql5.com
You have just registered and most likely you have questions such as, "How do I insert a picture to my a message?" "How do I format my MQL5 source code?" "Where are my personal messages kept?" You may have many other questions. In this article, we have prepared some hands-on tips that will help you get accustomed in MQL5.community and take full advantage of its available features.
Reason: