RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGraphic.LoadFromStream Method

Introduces an abstract method that loads the image from a stream.

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

Each descendant graphic object defines a LoadFromStream method that loads a graphics object from Stream. 

 

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