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.LoadFromStream(TStream) Method

Loads images and supplemental information from a stream.

#Declaration

Delphi
procedure LoadFromStream(AStream: TStream);

#Parameters

Name Type Description
AStream TStream

The source stream with image list content.

#Remarks

Call this procedure to clear the image list and repopulate it with images from a source stream. The LoadFromStream procedure also updates the BlendColor, BkColor, ColorDepth, Width, and Height properties with the corresponding values previously saved in addition to images by a SaveToStream procedure call.

Note

If the specified stream has an incorrect signature or an unsupported version, the LoadFromStream procedure raises the EcxUnsupportedImageListStreamFormat exception.

See Also