Einzelnen Beitrag anzeigen

Bruce86

Registriert seit: 14. Apr 2006
Ort: Magdeburg
51 Beiträge
 
#7

Re: Checkbox.Caption in Stringgrid

  Alt 13. Mär 2007, 16:29
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?
  Mit Zitat antworten Zitat