Skip to Content
0
Former Member
Jan 09, 2008 at 06:57 AM

How to Destroy a View?

19 Views

Good day experts,

I have developed an application that contains two views “SartView” and “DetailsView”. These two views are embedded into a view set.

When I run my application I see only the “StartView” as default. And after I click on Details button, I get the other view “DetailsView” displayed.

Now, my question is, how can I destroy the “DetailsView” after I am done with it?