Vcl.AxCtrls.TOleGraphic.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.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TOleGraphic

Description

Loads an IPicture interface from a stream into the OLE graphic object.

To use LoadFromStream specify the stream from which the OLE graphic is to be loaded as the value of Stream.

See Also