Thema: Delphi Stringgrid

Einzelnen Beitrag anzeigen

Nicodius

Registriert seit: 25. Apr 2003
Ort: Graz
2.234 Beiträge
 
Delphi 2006 Architect
 
#6

Re: Stringgrid

  Alt 4. Mai 2004, 20:27
Code:
procedure TForm1.StringGrid1SelectCell(Sender: TObject; ACol,
  ARow: Integer; var CanSelect: Boolean);
var test : String;
begin
  test := 'HALLO';
  Stringgrid1.Cells[acol, arow]:= test;
end;

wollt ja ne variable
Nico Müller
  Mit Zitat antworten Zitat