RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGraphic.SaveToStream Method

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

Pascal
procedure SaveToStream(Stream: TStream); virtual; abstract;
C++
virtual __fastcall SaveToStream(TStream Stream) = 0;

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!