Zitat von
Klaus01:
Delphi-Quellcode:
for i := 1 to <Anzahl Checkboxen) do
begin
if (FindComponent( "CheckBox' + IntToStr( i)) as TCheckBox).Checked then
begin
StringGrid1.Rows:=StringGrid1.rows +1;
StringGrid1.Cells[1,StringGrid1.rowCount-1]:=FindComponent( "CheckBox' + IntToStr( i)) as TCheckBox).caption;
end;
end;
Grüße
Klaus
ok das klingt ja ganz nett abe rgenau das meinte ich in meiner eingangserklärung was ist hie rz.b dieses tcheckbox? und vorallem kann ich dass jetzt einfahc mal so kopieren?