Lists present the user with a collection of items to select from. Several components display lists:
|
Use this component: |
To display: |
|
TListBox |
A list of text strings |
|
TCheckListBox |
A list with a check box in front of each item |
|
TComboBox |
An edit box with a scrollable drop-down list |
|
TTreeView |
A hierarchical list |
|
TListView |
A list of (draggable) items with optional icons, columns, and headings |
|
TDateTimePicker |
A list box for entering dates or times (VCL applications only) |
|
TMonthCalendar |
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|