Standard items

Navigation:  Tutorial: The Form Editor > The IDE > Toolbox >

Standard items

Version 1.0.0

The items of the standard group include some basic graphical controls.

 

Name

Description

Design

TMainMenu

Creates a horizontal menu bar at the top of the window. Items can be added with the Items feature in the Object Inspector.

11.1.3.1 - TMainMenu

TPopupMenu

Creates a pop-up menu. This menu must be added to another item with the PopupMenu feature. The menu then appears with a right-click on the corresponding item.

11.1.3.1 - TPopupMenu

TLabel

Creates simple text that can be placed freely. The text cannot be changed by users.

11.1.3.1 - TLabel

TEdit

Creates a simple text field, in which users can enter text. With Enabled feature you can prevent editing of the field.

11.1.3.1 - TEdit

TMemo

Creates a multiline text field, which is otherwise like TEdit item.

11.1.3.1 - TMemo

TButton

Creates a simple button. With the various Events, you can add features to the button.

11.1.3.1 - TButton

TCheckBox

Creates a checkbox. This feature provides users with a range of options, of which multiple options can be selected.

11.1.3.1 - TCheckBox

TRadioButton

Creates a radio button. This feature provides users with a range of options; however, unlike the Checkbox, users are only permitted to select a single option. Multiple selection is not possible.

11.1.3.1 - TRadioButton

TListBox

Creates a list. Depending on the MultiSelect feature, users can select one or more entries. Entries are added with the Items feature.

11.1.3.1 - TListBox

TComboBox

Creates a drop-down box. Entries can be added with the Items feature.

11.1.3.1 - TComboBox

TGroupBox

Creates a group box for logical structuring of additional items. Especially when many different selection items are listed in the window, a logical structure provides a better overview for users. Please note that you cannot add any existing items to the GroupBox. This means that you first have to create a GroupBox and then create new items in the GroupBox.

11.1.3.1 - TGroupBox

TPanel

Creates a panel for the logical structuring of additional items. The panel does not contain any special features. However, it lists all Events to be able to respond to all occurrences. Please note that you cann add any existing items to a panel. This means that you first have to create a panel and then create new items in the panel.

11.1.3.1 - TPanel

TRadioGroup

Creates a group of radio buttons. It is only possible to select a single entry within a group. Entries can be added with the Items feature.

11.1.3.1 - TRadioGroup

Last change on 10.03.2014