Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Text in Stringgrid sortieren (https://www.delphipraxis.net/22834-text-stringgrid-sortieren.html)

Spike2k3 20. Jun 2004 15:19

Re: Text in Stringgrid sortieren
 
ja...
Das ist ein Script von einem Film (viell. erkennt ihr welcher *g*)
das is immer so gemacht:
Zitat:

MARLIN
Well, apparently, I must've done something you all like. Heh, uh, dudes.
SQUIRT
You rock, dude.
MARLIN
Ow.
CRUSH
Curl away, my son. Aw, it's awesome, Jellyman. Little dudes are just eggs, leave 'em
on the beach to hatch, then coo-coo-ca-choo, they find their way back to the big 'ol blue.
MARLIN
All by themselves?
CRUSH
Yeah.
Also:

NAME
text1
text1a
...
NAME2
text2
text2a

Pr0g 21. Jun 2004 19:56

Re: Text in Stringgrid sortieren
 
Und wie genau soll die Tabelle aussehen?

A:
Code:
+-------+--------------+
| NAME | text1 text1a |
+-------+--------------+
| NAME2 | text2 text2a |
+-------+--------------+
oder B:
Code:
+-------+--------+
| NAME | text1  |
+-------+--------+
|       | text1a |
+-------+--------+
| NAME2 | text2  |
+-------+--------+
|       | text2a |
+-------+--------+


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:30 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz