List Controls
Go Up to Types of Controls Index
Lists present the user with a collection of items to select from. Several components display lists:
Use this component: | To display: |
---|---|
A list of text strings | |
A list with a check box in front of each item | |
An edit box with a scrollable drop-down list | |
A hierarchical list | |
A list of (draggable) items with optional icons, columns, and headings | |
A list box for entering dates or times (VCL applications only) | |
A calendar for selecting dates (VCL applications only) |
Use the nonvisual TStringList and TImageList components to manage sets of strings and images. For more information about string lists, see Working with String Lists.