Vcl.Imaging.GIFImg.TGIFExtensionType
Delphi
type TGIFExtensionType = Byte;
C++
typedef System::Byte TGIFExtensionType;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
type typedef |
public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | Vcl.Imaging.GIFImg |
Description
TGIFExtensionType is a numerical value that uniquely identifies the type of an extension.
A variable of type TGIFExtensionType can store an extension label value.
The following table lists possible predefined values for a variable of type TGIFExtensionType.
| Value | Meaning |
|---|---|
|
bsPlainTextExtension |
Used for plain text extension, which contains textual data. |
|
bsGraphicControlExtension |
Used for graphic control extension. |
|
bsCommentExtension |
Used for comment extension. |
|
bsApplicationExtension |
Used for application extension. |