Thema: Delphi Extended Problem

Einzelnen Beitrag anzeigen

mytar

Registriert seit: 30. Mai 2004
Ort: Zermatt
411 Beiträge
 
Delphi 6 Enterprise
 
#33

Re: Extended Problem

  Alt 27. Aug 2004, 10:53
Randbeschriftung, ungefähr so

Delphi-Quellcode:
StringGrid1.FixedRows := 1;
StringGrid1.FixedCols := 1;

for Col := 1 to StringGrid1.ColCount do
  StringGrid1.Cells[Col, 1] := IntToStr(Col);

for Row := 1 to StringGrid1.RowCount do
  StringGrid1.Cells[1, Row] := IntToStr(Row);
Francis Obikwelu
greetz
mytar
  Mit Zitat antworten Zitat