RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleGraphic.LoadFromStream Method

Loads an IPicture interface from a stream into the OLE graphic object.

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

To use LoadFromStream specify the stream from which the OLE graphic is to be loaded as the value of Stream. 

 

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