1
I’m having a problem with how to get 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;
Oops, it worked out here.
– rodrigo.oliveira