How to walk through all items? |
Post Reply |
Author | |
Martin
Newbie Joined: 26 April 2005 Location: Netherlands Status: Offline Points: 30 |
Post Options
Thanks(0)
Posted: 15 November 2005 at 6:58am |
Hello, I have filled a CXTPPropertyGrid with items, with just one category (parent). Since all the items are loaded from the database I never know how many items I have in the list. I now need to walk through the list to get access to each propertygriditem to read its values to write them back to the database. I tried this: CXTPPropertyGridItems *pItems = m_wndPropertyGrid.GetCategories(); Is there any way to retrieve a pointer to the CXTPPropertyGridItems class (or similar functionality) in a similar way to access each individual propertygriditem? Martin |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |