FMX.ListBox.TComboBox.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TCustomImageList read GetImages write SetImages;

C++

__property Images;

Properties

Type Visibility Source Unit Parent
property published
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TComboBox

Description

Defines the reference to a TCustomImageList list of images to be used to draw images on the component.

FMX.ListBox.TComboBox.Images inherits from FMX.ListBox.TCustomComboBox.Images. All content below this line refers to FMX.ListBox.TCustomComboBox.Images.

Defines the reference to a TCustomImageList list of images to be used to draw images on the component.

If the TCustomImageList list is empty, then Images is nil/null.

Call ImagesChanged when Images is changed.

See Also