RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGIFImage.LoadFromStream Method

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

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!