vik33
11 years agoOccasional Contributor
UserForms- TcxListBox Question
Hi ,
This might be a simple task but i am having hard time selecting all items of TcxListBox at run time if a user checks on the checkbox (that says, check all items). I am having hardtime to make use of Selected or itemindex properties of TcxListBox and there is not much information available for the same.
All i am trying to accomplish is this :
If at run time, user checks on the checkbox then all items of a TcxListBox should get selected so that i can take the values of all of them and put them in an array.
Please see the attached image.