Vcl.ActnMan.TActionManager.LargeImages

From RAD Studio API Documentation

Delphi

property LargeImages: TCustomImageList read FLargeImages write SetLargeImages;

C++

__property LargeImages;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionManager

Description

Lists the large images available for actions in the action list. {{#multireplace:Vcl.ActnMan.TActionManager.LargeImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMan.TCustomActionManager.LargeImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMan.TCustomActionManager.LargeImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Lists the large images available for actions in the action list.

LargeImages is a list of bitmaps that can be displayed as large icons, corresponding to any action in the action list.

See Also

Code Examples