Vcl.Imaging.jpeg.TJPEGImage.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure LoadFromStream(Stream: TStream); override;

C++

virtual void __fastcall LoadFromStream(System::Classes::TStream* Stream);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Description

Loads the jpeg image from a stream.

Use LoadFromStream by specifying the stream from which the jpeg image is loaded as the value of Stream. LoadFromStream reads a jpeg data source from a stream and replaces the current image with it.

See Also