Einzelnen Beitrag anzeigen

sCrAPt
(Gast)

n/a Beiträge
 
#3

Re: [TStringGrid] Zelle löschen/ausblenden

  Alt 27. Jul 2004, 15:00
Versteh ich nicht ganz?
Meinst du so?
Delphi-Quellcode:
procedure TForm1.StringGrid1DrawCell(Sender: TObject; ACol, ARow: Integer;
  Rect: TRect; State: TGridDrawState);
begin
  if (acol = 4) and (arow = 4) then exit;
end;
http://og4all.de/s, sCrAPt
  Mit Zitat antworten Zitat