![]() |
How to remove a PropertyGridItem? |
Post Reply
|
| Author | |
long3737
Newbie
Joined: 08 December 2007 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Topic: How to remove a PropertyGridItem?Posted: 10 December 2007 at 2:53am |
|
Hello!
I use Remove(); method but it occur an exception. thanks, |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 December 2007 at 4:14am |
|
Yes, sorry, its bug of 11.2.1 release.
please call
pItem->InternalAddRef();
pItem->Remove();
pItem->InternalRelease();
fixed for 11.2.2 release
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
long3737
Newbie
Joined: 08 December 2007 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 December 2007 at 7:09am |
|
OK, thank you!
|
|
![]() |
|
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 |