Official Content

Defines an action to be performed when the Main Object starts running if Flip Navigation Style is selected. 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, it has the same possibilities and limitations as any other Client Event.

Syntax

Event Flip.Start
    Event_code
EndEvent

Where:

Event_code
   Code associated with the event.

Samples

Event Flip.Start  
//Calls the tab where you want to start the application
      PanelStart()  
EndEvent

Considerations

It is important to note that when using the Apple generator, Menu objects are shown by default as Tabs. Therefore, if you have a Menu object with the default control type and the Navigation Style property is set to Flip, the event executed will be Tabs.Start event.

Scope

Objects: Panel, Menu
Generators: AppleAndroid

See also

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant