Previous Topic

Next Topic

Book Contents

Book Index

Form Designer Page Control Properties

Navigator > Setup > Form Designer > Layout tab > Component Editor > Properties tab

See also Form Designer Component Properties for properties common to different component types.

A page set used to make a multi-page dialog box. Use this control to define multiple logical pages or sections of information within the same window.

To add Tab Sheets to a Page Control, right-click in a Page Control component, then select New Sheet from the context menu.

The following properties are available for Page Control Components:

ActiveTab

Select the tab to be the default active tab.

Hint

The Hint text to be displayed when the mouse hovers over the component.

MultiLine

When True, tabs will be shown on multiple lines if they do not fit on the page control horizontally.

ShowSingleTab

When True, if only one Tab exists, the tab will be shown. When False, if only one tab exists, the tab will not be shown.

TabOrder

Set the sequential tab order for components, when the Tab key is pressed in the form.

TabStop

When True, this component will be included in the tab order. When False, the Tab key will not stop at this component.

Visible

When True, the component will be displayed.

Page Control Context Menu

To access the Page Control Context Menu, right-click on the page control. Options available in the context menu are:

New Sheet

Add a new Tab Sheet to the Page Control.

Next Sheet

Select the next Tab Sheet.

Previous Sheet

Select the previous Tab Sheet.

Delete Sheet

Delete the selected Tab Sheet.

In This Section

Form Designer Tab Sheet Properties