Vcl.ActnMan.TCustomActionManager.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images: TCustomImageList read FImages write SetImages;

C++

__property Images;

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Lists the images available for actions in the action list.

Vcl.ActnMan.TCustomActionManager.Images inherits from Vcl.ActnList.TCustomActionList.Images. All content below this line refers to Vcl.ActnList.TCustomActionList.Images.

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