diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-73DD8A9B-6F7A-4BF5-87A1-5D86662B30D3.dita --- a/Symbian3/PDK/Source/GUID-73DD8A9B-6F7A-4BF5-87A1-5D86662B30D3.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-73DD8A9B-6F7A-4BF5-87A1-5D86662B30D3.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,23 +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 ); + + + + + +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