Zitat von
Deinhaus:
Hi, ich möchte auf verschieden Stringgrids zugreifen.
Gibt es eine Möglichkeit dynamisch zu machen ?
....
Hallo,
z.B.
Delphi-Quellcode:
procedure TRKMainForm.StreamOutGrid (var G : TStringGrid;
var TF : TTextFile; Title : PChar);
var nextline : array [0..1023] of char;
itemarr : array [0..100] of char;
c,r,cmax,rmax : integer;
begin
StrCopy (nextline,'$$$+ ');
...
wo ist das Problem??
Gruss Reinhard