diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-4ADDDAFE-0941-4787-B07B-F5B7D8D5B1AA.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-4ADDDAFE-0941-4787-B07B-F5B7D8D5B1AA.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,21 @@ + + + + + +Deregister +a view +

CCoeAppUi provides APIs for view deregistration +and pseudo-view deregistration.

Application must remove the views +from the app UI’s control stack before deregistering the view.

There +are different variants to deregister a view. See CCoeAppUi::DeregisterView() for +details.

The following code snippet shows removing a view from the +control stack and deregistering it.

iCCoeAppUi->RemoveView( iViewId ); +iCCoeAppUi->DeregisterView( iViewId );
+
\ No newline at end of file