Vcl.ActnList.TCustomActionList.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 public
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomActionList

Description

Lists the images available for actions in the action list.

Images is a list of bitmaps that can be displayed to the left of any action in the action list. An action is associated with an image from this image list by its ImageIndex property. This image can then appear on client controls such as menu items, tool buttons, and so on.

See Also