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, select next to New Tab.
    The tab opens as a form. You 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, select Events.
      The list of events is displayed.
    2. Select the event.
    3. To add existing actions, select Add, or to create a new action select Create new action. See Configure actions for a form control event.
    4. Select Save.
  4. Save the form.