Vcl.ActnMan.TCustomActionManager.SetImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetImages(Value: TCustomImageList); override;

C++

virtual void __fastcall SetImages(Vcl::Imglist::TCustomImageList* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Sets the value of the Images property.

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

Sets the value of the Images property.

SetImages is the protected write implementation of the Images property. It registers the action list with the image list specified by Value so that it will be informed of any changes to the image list.

See Also