Vcl.ComCtrls.TComboExItem

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ListActns.TListControlItemSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTComboExItem

Delphi

TComboExItem = class(TListControlItem)

C++

class PASCALIMPLEMENTATION TComboExItem : public Vcl::Listactns::TListControlItem

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TComboExItem represents an item in an extended combo box.

TComboExItem represents a single item in the drop-down list of a TComboBoxEx object. Each TComboBoxEx item publishes a set of properties that determine its appearance in the list of the combo box. These include

Caption, which is the text that appears in the combo box list.

ImageIndex, which identifies an image to appear beside the caption.

SelectedImageIndex, which identifies an image to appear beside the caption when the item is selected.

OverlayImageIndex, which identifies an overlay bitmap that can mask out portions of the image (or selected image), allowing the background of the item to show through.

Indent, which indicates the number of pixels by which the item is indented in the list.

See Also