JVCL Help:DSAItem

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves a DSA registration item.

run\JvDSADialogs.pas


Pascal

 run\JvDSADialogs.pas
 functionDSAItem(constIndex: Integer): TDSARegItem;


Parameters

Parameters Description
const Index: Integer The item index to retrieve. Valid values lie in the range 0 .. DSACount-1.

run\JvDSADialogs.pas


Description

  1. JVCLInfo

DSAItem retrieves the registration item at the Indexth position in the registration database. The index is 0-based and runs from 0 .. DSACount-1.

run\JvDSADialogs.pas


See Also

DSACount, 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