Subject IB_DBGrid Questions
Author Jason Fischer
Hi all.

I have a generic form (base class) and at run time I run a query that shows
in the grid.
How can I limit the columns that get show.

Basically.
The query returns columns x, y, z.
I just want to show columns x and y.

How do I do this at run time.

Thanks