Vcl.Imaging.GIFImg.TGIFHeader.Prepare

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Prepare;

C++

void __fastcall Prepare();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFHeader

Description

Prepares the GIF header data to be saved to the stream.

Call Prepare to prepare the GIF header data to be saved to the stream using the SaveToStream method.

See Also