Vcl.ImgList.TCustomImageList.AddImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddImages(Value: TCustomImageList);

C++

void __fastcall AddImages(TCustomImageList* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

Adds all images from another image list.

Use AddImages to add all the images from another image list. Value specifies the source image list.

See Also