Einzelnen Beitrag anzeigen

shmia

Registriert seit: 2. Mär 2004
5.508 Beiträge
 
Delphi 5 Professional
 
#2

Re: Zeile eines StringGrids editierbar machen

  Alt 20. Okt 2005, 15:35
Im Event OnClick des StringGrids schreibst du
Delphi-Quellcode:
if StringGrid1.Row = 3 then
   StringGrid1.Options := StringGrid1.Options + [goEditing]
else
   StringGrid1.Options := StringGrid1.Options - [goEditing]
Andreas
  Mit Zitat antworten Zitat