procedure SaveToStream(Stream: TStream);
Stores a bitmap image to a stream. The data in the stream is stored in a form compatible with TBitmap, where each pixel allocates 32 bits.
[See also]: LoadFromStream, SaveToFile