Navigation (PageOpen)

PageOpen(PageInd, isBackAnimation, Data)

The only method of navigation:

Page.Controller.PageOpen("Example2" );

Arguments:

PageInd String

Page identifier

isBackAnimation Bool

Whether to make the transition with the animation from left to right.

Also calls Back(). And ignores Open()

Data Variant

The final argument is Data. Allows data to be passed to the page to be opened. The data will go to the method:

Page.Open(Data)

Last updated