Vcl.ActnMan.TActionManager.LargeImages
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.
Vcl.ActnMan.TActionManager.LargeImages inherits from Vcl.ActnMan.TCustomActionManager.LargeImages. All content below this line refers to Vcl.ActnMan.TCustomActionManager.LargeImages.
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