Web.WebFileDispatcher.TLookupMimeType
Delphi
TLookupMimeType = function(const AExtensions: string): string;
C++
typedef System::UnicodeString __fastcall (*TLookupMimeType)(const System::UnicodeString AExtensions);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Web.WebFileDispatcher.pas Web.WebFileDispatcher.hpp |
Web.WebFileDispatcher | Web.WebFileDispatcher |
Description
TLookupMimeType is a procedural type used internally within the TWebFileExtensionItem class.
TLookupMimeType is a procedural type used internally within the TWebFileExtensionItem class. The procedure returns a MIME type for a given extension.