Vcl.Imaging.pngimage.TPNGObject.LoadFromStream

From RAD Studio API Documentation

Delphi

procedure LoadFromStream(Stream: TStream);

Properties

Type Visibility Source Unit Parent
procedure public Vcl.Imaging.pngimage.pas Vcl.Imaging.pngimage TPNGObject

Description

Introduces an abstract method that loads the image from a stream. {{#multireplace:Vcl.Imaging.pngimage.TPNGObject.LoadFromStream|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Graphics.TGraphic.LoadFromStream|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Graphics.TGraphic.LoadFromStream|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

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

See Also