GIF

<< Click to Display Table of Contents >>

Navigation:  Constants >

GIF

SIGNATURE=IWMimeTypes.GIF

 

ETYPE=Constant

 

Declaration:

Delphi:

GIF: array[0..3] of Byte = (71, 73, 70, 56);

C++:

array[0..3] of Byte GIF = (71, 73, 70, 56);

 

Unit: IWMimeTypes.pas

 

Description: This is constant IWMimeTypes.GIF.