RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGIFImage.SaveToStream Method

Introduces an abstract method that saves the graphic image to a stream.

Pascal
procedure SaveToStream(Stream: TStream); override;
C++
virtual __fastcall SaveToStream(TStream Stream);

Each descendant graphic object defines a SaveToStream method that saves the object to a Stream. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!