Requesting the caption of a column
Posted: Fri 03 Mar 2006 13:09
Hello,
is it possible to retrieve the caption of a column?
i want to store some data in a stringgrid; the first row (a fixed one) should hold the data eg.:
select a.article, a.id, a.locked from xyz a
----------------------------
| article | id | locked |
---------------------------
| data... | ... | ... |
| | | |
and so on...
is it possible to do that? i didn't find any property/method to get the information on the current query.
Best regards,
Oliver
is it possible to retrieve the caption of a column?
i want to store some data in a stringgrid; the first row (a fixed one) should hold the data eg.:
select a.article, a.id, a.locked from xyz a
----------------------------
| article | id | locked |
---------------------------
| data... | ... | ... |
| | | |
and so on...
is it possible to do that? i didn't find any property/method to get the information on the current query.
Best regards,
Oliver