Specialized Input Controls

From RAD Studio
Jump to: navigation, search

Go Up to Types of Controls Index

The following components provide additional ways of capturing input.

Use this component: When you want users to do this:

Vcl.StdCtrls.TScrollBar

Select values on a continuous range.

Vcl.ComCtrls.TTrackBar

Select values on a continuous range (more visually effective than a scroll bar).

Vcl.ComCtrls.TUpDown

Select a value from a spinner attached to an edit component.

Vcl.ComCtrls.THotKey

Enter Ctrl/ Shift/ Alt keyboard sequences.

Topics