jyothi_priya
15 years agoContributor
How to add child controls dynamically in a TcxGroupBox?
Hi,
I have different test cases for different modules.Now I want to design a user form as follows:
Module Name: TextBox //as in Module1, Module2---
(CheckBox) Choose Test Cases
//When I tick the checkbox a group box appears below it showing list of check boxes for the test cases of the particular module name.
cxGroupBox1
TC1 //These are checkboxes.
TC2
so on
Now when I give Module1 in the textbox, I should get Module1 Test Cases list and when I give Module2 in the textbox, I should get Module2 Test Cases list.
How can i do that? Can I add checkboxes dynamically in the groupbox???
Thanks,
Priya
I have different test cases for different modules.Now I want to design a user form as follows:
Module Name: TextBox //as in Module1, Module2---
(CheckBox) Choose Test Cases
//When I tick the checkbox a group box appears below it showing list of check boxes for the test cases of the particular module name.
cxGroupBox1
TC1 //These are checkboxes.
TC2
so on
Now when I give Module1 in the textbox, I should get Module1 Test Cases list and when I give Module2 in the textbox, I should get Module2 Test Cases list.
How can i do that? Can I add checkboxes dynamically in the groupbox???
Thanks,
Priya