Checklistbox controls the selected attributes have?
CodePudding user response:
if CheckListBox1. Checked [0] then begin showmessage (' 1 'selected); The end;
For reference only,
CodePudding user response:
Set the
For I:=0 to checklistbox1. Items. Do the count - 1
The begin
Checklistbox1. Checked: [I]=true;
end;
Delete the
Checklistbox1. Items. The Delete (I);
CodePudding user response:
There is no direct properties that can only traversal
CodePudding user response:
This smart traversal, as well as radioboxgroup
CodePudding user response: