API:Vcl.AxCtrls.TOleGraphic.LoadFromStream
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.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | TOleGraphic |
Description
Introduces an abstract method that loads the image from a stream.
Vcl.AxCtrls.TOleGraphic.LoadFromStream inherits from Vcl.Graphics.TGraphic.LoadFromStream. All content below this line refers to Vcl.Graphics.TGraphic.LoadFromStream.
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.