|
RAD Studio VCL Reference
|
Saves the picture to a stream.
procedure SaveToStream(Stream: TStream);
__fastcall SaveToStream(TStream Stream);
Use SaveToStream to save a picture to the TStream object specified by the Stream parameter.
The saved picture can be loaded to another TPicture or to an appropriate TGraphic descendant by calling its LoadFromStream method.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|