Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomImageList.AddImagesFromZipStream(TStream) Method

Adds all images to the end of the image list from a ZIP archive stored in the source stream.

#Declaration

Delphi
procedure AddImagesFromZipStream(AStream: TStream);

#Parameters

Name Type Description
AStream TStream

The source stream that contains a ZIP archive with images at the current position.

#Remarks

Call the AddImagesFromZipStream procedure to load all images stored in a ZIP archive at the current position in the source stream passed as the AStream parameter. The procedure appends the loaded images to the list with corresponding image file names in the source ZIP archive.

You can call the GetSourceFileName function to obtain file names of all images added by an AddImagesFromZipStream procedure call.

See Also