Vcl.Imaging.GIFImg.TGIFAppExtNSLoop.SaveData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveData(Stream: TStream); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFAppExtNSLoop

Description

Saves buffer information into a stream.

Call SaveData to save the information about the buffer into the stream specified by the parameter.

See Also