Skip to main content

TcxCustomImageList.AddImagesFromZipStream(TStream) Method

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

Declaration

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