No and yes...Can't we just focus in how to make things work instead of what did I do wrong? I mean how to code that last line to make it close the program when the checkboxes Lazarus, Pascal, DSOD, RSS and III are checked...
If Lazarus.Checked and Pascal.Checked and DSOD.Checked and RSS.Checked and III.Checked then Exit;
procedure TForm1.LazarusClick(Sender: TObject);
If you followed them, you should have spotted that the last begin is outside of any procedure (behind/after the last procedure.
begin CC.Enabled := False; Microsoft. Enabled := False; Delphi.Enabled := False ;
end;
begin If Lazarus.Checked and Pascal.Checked and DSOD.Checked and RSS.Checked and III.Checked then Exit;end.