TCustomBitmap32.SaveToStream

procedure SaveToStream(Stream: TStream);

Description

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

See Also

LoadFromStream, SaveToFile