TIWCGJQDownloadGetContentTypeEvent Delegate

The event triggers on get the ContentType of file.

Namespace: IWCGJQDownload
type
 TIWCGJQDownloadGetContentTypeEvent = procedure(Sender: TObject; const AFileName: string; var AContentType: string) of object;

Parameters

Sender
Type: TObject

AFileName
Type: string

The file name

AContentType
Type: string

The returned extension (Output)