You can use the method CAknChoiceList::RemoveItem() to remove items from the choice list.
However, you must be very careful with this. Removing an item will change the item indexes of the following items, and the client application is responsible for keeping track of item indexes. For details on how the items are indexed, see Using the Choice list API .
TInt index ( 2 ); iChoiceList->RemoveItem( index );
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.