JVCL Help:TJvURLAssociationDialog.ReturnValue

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates the value returned by the function called by Execute.


Pascal

 propertyReturnValue: HRESULT;


Description

The TJvURLAssociationDialog component is a wrapper for the URLAssociationDialog 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:

  • S_OK: If the application is registered with the URL protocol.
  • S_FALSE: If nothing is registered. For example, when the user elects to perform a one-time execution via the selected application.


See Also

TJvURLAssociationDialog.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