Control : TabList

Page Status: Beta

Back to Controls

Contents

Description

The TabList control enables you to display multiple forms in the same area of another form, one at a time. Typically, you do this using a DynamicForm control tied to a collection of objects. The currently selected tab determines which object's form is currently visible. You use a Adapter : ConnectionAdapter to set the form to be displayed on a tab. The collection represented by the tabs can contain any kind of object, as long as the object implements a Adapter : ConnectionAdapter. You must also define a field to be bound to the selected tab, so the Tablist can be passed a reference to the object to be displayed.

To specify the labels that appear on the tabs, enter a semicolon-separated list in the Tab Labels property. Selecting a tab in the TabList changes the value of the field to which the control is bound. This field can be monitored for change, and you can program other controls to update their content based on the value of the field.

How To

For a detailed example of how to use the control, see the Amazon Service (with Forms) tutorial.

Associated Data Types

Associated Adapter Types

Required Connection Types

Associated Properties

Common Properties Index

Specialized Properties

Unique Properties

    Copyright © 2005 - 2007 Bungee Labs. All rights reserved.