Vcl.ActnList.TCustomActionList.SetImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetImages(Value: TCustomImageList); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomActionList

Description

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