hansaplast
Programmer
Hi,
I want to make TListView columns data aware.
I've created a new component derived from TListView called TDBListView, added a DataSource property to the new component.
However the Columns property of TListview is by default NOT data aware. I would like to have a (design time) data aware Columns property like the one TDBGrid::Columns uses.
I have no Idea how to aproach this problem.
How can I make (column) items data aware at design time?
Thanks.
I want to make TListView columns data aware.
I've created a new component derived from TListView called TDBListView, added a DataSource property to the new component.
However the Columns property of TListview is by default NOT data aware. I would like to have a (design time) data aware Columns property like the one TDBGrid::Columns uses.
I have no Idea how to aproach this problem.
How can I make (column) items data aware at design time?
Thanks.