JVCL Help:TJvMIMEAssociationDialog

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvMIMEAssociationDialog
run\JvWinDialogs.pas


Summary

Displays the unregistered MIME content type dialog.

run\JvWinDialogs.pas


Pascal

 run\JvWinDialogs.pas
 TJvMIMEAssociationDialog = class(TJvCommonDialogF);


Description

TJvMIMEAssociationDialog is a wrapper for the MIMEAssociationDialog Windows API. It can display the unregistered Multipurpose Internet Mail Extensions (MIME) content type dialog, do this by calling the Execute method. This dialog allows the user to select an application to associate with a previously unknown MIME content type.
You have to specify a name of file - by using property FileName - that contains data of ContentType's content type. The function will return a value in ReturnValue that indicates whether the MIME content type is associated with the extension, and if so AssociatedApp indicates the path of the application selected by the user.
You can preview this dialog at design-time, by right-clicking the component and clicking "Preview...".

run\JvWinDialogs.pas


About

Navigation

run\JvWinDialogs.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page