Vcl.VirtualImageList.TVirtualImageList.AddImages
Delphi
procedure AddImages(AVirtualImageList: TVirtualImageList); inline;
C++
HIDESBASE void __fastcall AddImages(TVirtualImageList* AVirtualImageList);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | Vcl.VirtualImageList.pas Vcl.VirtualImageList.hpp |
Vcl.VirtualImageList | TVirtualImageList |
Beschreibung
Fügt sämtliche Bilder aus einer anderen Bilderliste hinzu.
Vcl.VirtualImageList.TVirtualImageList.AddImages erbt von Vcl.ImgList.TCustomImageList.AddImages. Der folgende Inhalt bezieht sich auf Vcl.ImgList.TCustomImageList.AddImages.
Fügt sämtliche Bilder aus einer anderen Bilderliste hinzu.
Mit AddImages fügen Sie sämtliche Bilder aus einer anderen Bilderliste hinzu. Der Parameter Value gibt dabei die Quellbilderliste an.