Vcl.AxCtrls.TOleGraphic.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(Stream: TStream); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TOleGraphic

Description

Saves the OLE graphic to a stream.

Use SaveToStream to save the OLE graphic to the stream specified by the Stream parameter. SaveToStream uses the IPersistStream interface of the graphic write it to the stream.

See Also