| View previous topic :: View next topic |
| Author |
Message |
Jeff Guest
|
Posted: Thu May 04, 2006 6:14 pm Post subject: TListView Columns |
|
|
When you add a TListItem to a TListView you can specify the Caption
property, but that text only shows up in the first column. How do you
specify text for each of the columns in a TListView for each individual
TListItem?
Thanks,
Jeff |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu May 04, 2006 6:14 pm Post subject: Re: TListView Columns |
|
|
"Jeff" <Jeff (AT) nospam (DOT) com> wrote in message
news:445a3fe9$1 (AT) newsgroups (DOT) borland.com...
| Quote: | How do you specify text for each of the columns in
a TListView for each individual TListItem?
|
Use the TListItem::SubItems property.
Gambit |
|
| Back to top |
|
 |
Jeff Guest
|
Posted: Thu May 04, 2006 7:14 pm Post subject: Re: TListView Columns |
|
|
Awesome thanks, that did the trick.
"Remy Lebeau (TeamB)" <no.spam (AT) no (DOT) spam.com> wrote in message
news:445a4260 (AT) newsgroups (DOT) borland.com...
| Quote: |
"Jeff" <Jeff (AT) nospam (DOT) com> wrote in message
news:445a3fe9$1 (AT) newsgroups (DOT) borland.com...
How do you specify text for each of the columns in
a TListView for each individual TListItem?
Use the TListItem::SubItems property.
Gambit
|
|
|
| Back to top |
|
 |
|