Back to Devexpress

TcxCustomImageList.SaveToStream(TStream) Method

vcl-cximagelist-dot-tcxcustomimagelist-dot-savetostream-x28-system-dot-classes-dot-tstream-x29.md

latest1.2 KB
Original Source

TcxCustomImageList.SaveToStream(TStream) Method

Saves all images and their settings to a stream.

Declaration

delphi
procedure SaveToStream(AStream: TStream);

Parameters

NameTypeDescription
AStreamTStream

The target stream.

|

Remarks

This procedure saves all stored images and the BlendColor, BkColor, ColorDepth, Width, and Height property values to a stream. Then you can call the LoadFromStream procedure to restore the saved image list state.

See Also

SaveToFile(string)

TcxCustomImageList Class

TcxCustomImageList Members

cxImageList Unit