JVCL Help:UnregisterDSA

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

Search in JVCL Help

 
Search in all projects
 

Summary

Remove a DSA dialog from the system.

run\JvDSADialogs.pas


Pascal

 run\JvDSADialogs.pas
 procedureUnregisterDSA(constDlgID: Integer);


Parameters

Parameters Description
const DlgID: Integer ID of the dialog in the DSA system.

run\JvDSADialogs.pas


Description

  1. JVCLInfo

UnregisterDSA removes a DSA dialog from the system. If the specified dialog ID is not registered, the procedure does nothing. Removing the DSA dialog does not remove it from the storage device, but the specified ID can not be used to invoke a DSA dialog and will result in an exception.

run\JvDSADialogs.pas


See Also

RegisterDSA

run\JvDSADialogs.pas


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