ActnRes.TStandardActions.ImageList1

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ImageList1: TVirtualImageList;

C++

Vcl::Virtualimagelist::TVirtualImageList* ImageList1;

Properties

Type Visibility Source Unit Parent
field published
ActnRes.pas
ActnRes.hpp
ActnRes TStandardActions

Description

Stores the indexed collection of images used by standard actions stored in the ActionList1 action list created by the Action List editor or by the Action Manager editor.

Note: ImageList1 is used by the IDE's Action List editor or Action Manager editor at design time only. Normally, it is not used in user applications.

See Also