RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionManager.SetImages Method

Sets the value of the Images property.

Pascal
procedure SetImages(Value: TCustomImageList); override;
C++
virtual __fastcall SetImages(TCustomImageList Value);

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. 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!