Zitat von
Mirilin:
Delphi-Quellcode:
procedure TMainForm.ButtonClick(Sender: TObject);
var
s : String;
begin
if CheckBox1.Checked then s := CheckBox1.Caption;
if CheckBox2.Checked then s := s + CheckBox2.Caption;
LabelOut.Caption := s;
end;
mfg Tobias
Ok, das hat hingehauen, danke Leute..
Das Leben ist ein einziger Trip.