How do i use this component?
Lets say i have multiple Items (that would be the case anyway right
)
How do i check to see if one is Checked == true
ie:
if(CheckListBox1->Item(1) == true)
do something;
The Borland help files dont explain how to check for and individually checked item.
PLEASE HELP!
wil.
Lets say i have multiple Items (that would be the case anyway right
How do i check to see if one is Checked == true
ie:
if(CheckListBox1->Item(1) == true)
do something;
The Borland help files dont explain how to check for and individually checked item.
PLEASE HELP!
wil.