JVCL Help:TJvMIMEAssociationDialog.ReturnValue
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMIMEAssociationDialog.ReturnValue Property
[+] TJvMIMEAssociationDialog Methods
[+] TJvMIMEAssociationDialog Properties
Search in JVCL Help
Search in all projectsSummary
Indicates the value returned by the function called by Execute.
Pascal
propertyReturnValue: HRESULT;
Description
The TJvMIMEAssociationDialog component is a wrapper for the MIMEAssociationDialog Windows API. When you call Execute, this Windows API is executed, and the return value of that function is stored in ReturnValue.
Possible return values are:
Value | Meaning |
S_OK | If the MIME content type is associated with the extension. The extension is associated as the default extension for the content type. |
S_FALSE | If nothing is registered. |
E_ABORT | The user canceled the operation. |
E_FLAGS | The options specified by Options are invalid. |
E_OUTOFMEMORY | Not enough memory to complete the operation. |
E_POINTER | One of the values of the properties is invalid. |
See Also
TJvMIMEAssociationDialog.Execute
About
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