diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-73DD8A9B-6F7A-4BF5-87A1-5D86662B30D3.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-73DD8A9B-6F7A-4BF5-87A1-5D86662B30D3.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,23 @@ + + + + + +Removing +items from the choice list +

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 ); +
\ No newline at end of file