TcxCustomImageList.SaveToStream(TStream) Method
In This Article
Saves all images and their settings to a stream.
#Declaration
Delphi
procedure SaveToStream(AStream: TStream);
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | 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