Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » Borland C++ Builder » stringgrid

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
24.08.2004, 22:41 Uhr
~eddie
Gast


problem mit stringgrid


der sagt mir selected ist kein element von TStringgrid... bei delphi gings und hier bei c++ net...
wie mache ich das mit c++????????


C++:
nint x,y;
     x=0;
     y=0;
     for (x=0;StringGrid1->RowCount;x++){
     for (y=0;StringGrid1->ColCount;y++)
        {
          if (StringGrid1->Selected==true)   // selected nimmt der nicht an
                {Edit1->Text = StringGrid1->Cells[x][y];}
        }

}
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ Borland C++ Builder ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: