RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleGraphic.SaveToStream Method

Saves the OLE graphic to a stream.

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

Use SaveToStream to save the OLE graphic to the stream specified by the Stream parameter. SaveToStream uses the IPersistStream interface of the graphic write it to the stream. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!