Vcl.ComCtrls.TComboBoxEx.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images;

C++

__property Images;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxEx

Description

Specifies the images that appear next to items in the combo box list.

Vcl.ComCtrls.TComboBoxEx.Images inherits from Vcl.ComCtrls.TCustomComboBoxEx.Images. All content below this line refers to Vcl.ComCtrls.TCustomComboBoxEx.Images.

Specifies the images that appear next to items in the combo box list.

Use Images to supply the list of images that appear beside items in the combo box's drop-down list. Each combo box item has an ImageIndex property that identifies an image in this list. In addition, Images can contain images that are used as overlay masks for the item images (to create non-rectangular images) and images that are used only when items are selected. The combo box items reference these images using their OverlayImageIndex and SelectedImageIndex properties.

See Also