API:Vcl.Imaging.GIFImg.TGIFAppExtNSLoop.SaveData
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.
Vcl.Imaging.GIFImg.TGIFAppExtNSLoop.SaveData inherits from Vcl.Imaging.GIFImg.TGIFApplicationExtension.SaveData. All content below this line refers to Vcl.Imaging.GIFImg.TGIFApplicationExtension.SaveData.
Saves buffer information into a stream.
SaveData is an abstract method used to save information into the stream specified by the parameter.