Vcl.Imaging.GIFImg.TGIFTrailer.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
published
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFTrailer

Description

Saves GIF trailer data to the stream.

Call SaveToStream to save the GIF trailer stored by the TGIFTrailer instance into the stream given through the Stream parameter.

See Also