Refresh

The following sample code for the Refresh action refreshes the current screen:

Sybase.UnwiredPlatform.Windows.Action.Action refreshAction = 
    Sybase.UnwiredPlatform.Windows.Action.ActionFactory.CreateRefreshAction((this.Form as FormBase));
refreshAction.Execute();