API:Vcl.Imaging.GIFImg.TGIFTextExtension.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.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFTextExtension

Description

Saves the extension to the given stream.

Vcl.Imaging.GIFImg.TGIFTextExtension.SaveToStream inherits from Vcl.Imaging.GIFImg.TGIFExtension.SaveToStream. All content below this line refers to Vcl.Imaging.GIFImg.TGIFExtension.SaveToStream.

Saves the extension to the given stream.

Call SaveToStream to save the extension type stored by the ExtensionType property to the stream specified through the Stream argument.

See Also