JVCL Help:LocateDSAReg

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

Search in JVCL Help

 
Search in all projects
 

Summary

Locates and returns the DSA registration info for a given dialog.

run\JvDSADialogs.pas


Pascal

 run\JvDSADialogs.pas
 functionLocateDSAReg(constDlgID: Integer): TDSARegItem;


Parameters

Parameters Description
const DlgID: Integer Description for this parameter

run\JvDSADialogs.pas


Description

  1. JVCLInfo

LocateDSAReg will search the DSA registration database for the given dialog and return its registration info record. If the specified dialog is not registered, EmptyItem will be returned.

run\JvDSADialogs.pas


See Also

RegisterDSA, UnregisterDSA

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