I'm having a problem getting the CheckListBox string that is selected. how can i solve the problem
var
setores : array of string
for I := 0 to auditoriaDeEPIFrm.lckCheck.Items.Count - 1 do
begin
if auditoriaDeEPIFrm.lckCheck.Checked then
setores[i] := recebe a string do que esta selecionado;
end;