Add tabs to a Tab control

Adding a tab control to a form, by default, adds one tab. You can add more tabs to a tab control.

  1. To add more tabs to a tab control, click next to New Tab.
    The tab opens as a form. Yo can add controls and configure actions for the tab.
  2. Configure the general properties of the individual tab.

    Name Description

    Text

    The name for the tab to display at runtime.

    Security token

    Makes the information in the form secure. See Security tokens.

    Visible

    Makes the tab visible at runtime. (Default: Selected)

    Enabled

    Enables the tab at runtime.

  3. To configure events for a tab, do the following:
    1. In the Properties panel of the tab, click Events.
      The list of events is displayed.
    2. Click the event.
    3. To add existing actions, click Add or to create a new action click Create new action. See Configure actions for a form control event.
    4. Click Save.
  4. Save the form.