User Form Components

Applies to TestComplete 15.63, last modified on April 23, 2024

TestComplete provides you with a set of components that you can use to design custom user forms. All available components that you can use in your forms are listed below. They are organized into several categories corresponding to the Components pane of the User Forms Editor.

Editors

Component Description

TcxListBox

Provides a list box that allows selecting one or multiple items.

TcxTextEdit

Provides a single-lined text box.

TcxMemo

Provides a multi-lined text box (memo).

TcxCurrencyEdit

Provides a text box that allows inputting and editing currency data.

TcxDateEdit

Provides a text box with a dropdown calendar that allows inputting and editing date data.

TcxTimeEdit

Provides a control that allows inputting and editing time data.

TcxCalcEdit

Provides a text box with a dropdown calculator window.

TcxSpinEdit

Provides a text box that allows inputting numeric data as well as increments and decrements the value.

TcxButtonEdit

Provides a text box with embedded buttons.

TcxComboBox

Provides a combo box.

TcxMRUEdit

Provides a text box with an embedded dropdown window that holds the list of most recently used items.

Helpers

Component Description

TcxLabel

Provides a label (read-only text) that supports various visual effects.

TPanel

Provides a panel that can be used to group controls.

TcxGroupBox

Provides a group box that can be used to group controls.

TShape

Provides a control that displays a geometric shape.

TBevel

Provides a beveled frame or line that can have different styles.

TRectObjectPicker

Provides the "Rectangle Selector" control that lets users select a window or control on screen by outlining it with a frame.

TObjectPicker

Provides the target control () that lets users select a window or control on screen.

Extra

Component Description

TcxRadioGroup

Provides a group of radio buttons that allows selecting one of the mutually exclusive options.

TcxCheckBox

Provides a check box that allows selecting an option.

TImage

Provides a control that displays a graphical image.

TcxProgressBar

Provides a progress bar used to display the progress of an action towards completion.

Dialogs

Component Description

TOpenDialog

Provides a standard Open File dialog that allows selecting the file to save.

TSaveDialog

Provides a standard Save As dialog that allows selecting the file to save data.

TSelectDirectory

Provides a standard Browse for Folder dialog that allows users to select a folder.

TSelectObjectPropertyDialog

Provides the Select Property wizard that allows users to select a property of an object in the application under test.

Buttons

Component Description

TcxButton

Provides a push button.

See Also

User Forms
User Forms Editor

Highlight search results