Topic Path: Symbol Reference > Variables > MIMEMediaType Variable
ContentsIndexHome
PreviousUpNext
MIMEMediaType Variable

Indicated valid MIME media types for use in the Indy library.

File
MIMEMediaType: array [0..MaxMIMEType] of String;

MIMEMediaType is an array of Strings constructed for valid MIME media types, subtypes and encoding constant combinations. 

MIMEMediaType is used in ReturnMIMEType to determine if the MIME media type family contains one of the standard values created in the initialization section for the IdMIMETypes.pas unit, including the following strings: 

 

'application/' 
'audio/' 
'image/' 
'message/' 
'multipart/' 
'text/' 
'video/' 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.