FMX.ListBox
Defines FireMonkey controls for list boxes.
Package | fmx240.bpl |
---|
Units
FMX.ListBox | Defines FireMonkey controls for list boxes. |
FMX.ListBox.Selection |
Classes
TComboBox | A TComboBox is a button with a list box attached to it. |
TComboListBox | Represents the list box used by the combo box component. |
TCustomComboBox | A TCustomComboBox is the base class for combo box components. |
TCustomListBox | A TCustomListBox is the base class for list box components. |
TListBox | A TListBox displays a set of items in a scrollable list. |
TListBoxGroupFooter | A list item that marks the end of a group of list items. |
TListBoxGroupHeader | A list item that marks the beginning of a group of list items. |
TListBoxHeader | An item that represents the header of a list box. |
TListBoxItem | A TListBoxItem is an item that is used in list box components. |
TListBoxItemData | Holds the information associated to a list box item. |
TListBoxItemStyleDefaults | Contains the default StyleLookup values for the list box item. |
TListBoxSelector | Base class for selection controllers. |
TListBoxSelectorClass | |
TListBoxSelectorFactory | A factory to create and register selectors based on multi-selection styles. |
TListBoxSeparatorItem | An item that marks a section in a list box. |
TListGroupingKindHelper | For internal use. TListGroupingKindHelper is a record helper that provides fields for a scoped enumeration, the FMX.ListBox.TListGroupingKind type. |
TListStyleHelper | For internal use. TListStyleHelper is a record helper that provides fields for a scoped enumeration, the FMX.ListBox.TListStyle type. |
TMetropolisUIListBoxItem | TMetropolisUIListBoxItem is a helper control for Windows 8 style applications, and is comprised of three text labels and an image icon. |
Types
TListGroupingKind | Specifies how the items in the same group are displayed. |
TListStyle | Specifies the direction in which the items in the list box are displayed. |
TMultiSelectStyle | |
TOnCompareListBoxItemEvent | TOnCompareListBoxItemEvent is an event type used by the OnCompare event handler. |
TOnListBoxDragChange | TOnListBoxDragChange is an event type used by the OnDragChange event handler of any TCustomListBox or descendant components. |