Vcl.ListActns.TCustomListAction.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TCustomImageList read FImages write SetImages;

C++

__property Vcl::Imglist::TCustomImageList* Images = {read=FImages, write=SetImages};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomListAction

Description

Lists the images that the list action supplies along with items.

For each item that the list action supplies to clients, it can supply an image index along with other information such as the text value. The supplied image index refers to an image in the Images property.

Note: List actions do not supply images to all clients. The Images property controls the SmallImages property of a list view or the Images property of a TComboBoxEx descendant.

See Also