Defines an action to be performed when the Main Object starts running if the Navigation Style property is set to Split.
It is a Client Event that takes place before the Server Events (Start, Refresh and Load) and the ClientStart Event.
Since it is a Client Event, the possibilities and limitations are the same as for any other Client Event.
Event Split.Start
Event_code
EndEvent
Where:
Event_code
The code to be executed when the event is triggered.
Event Split.Start
//Call a Panel to be displayed.
Panel.CallOptions.Target = 'Right'
Panel.Call()
EndEvent
Navigation Start Events in Native Mobile Applications
Navigation Style property
ClientStart event