JVCL Help:TDSARegItem

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type used to hold DSA registration information.

run\JvDSADialogs.pas


Pascal

 run\JvDSADialogs.pas
 TDSARegItem = record
ID: Integer;
Name: string;
Description: string;
Storage: TDSAStorage;
ChkTextKind: TDSACheckTextKind;
end;


Members

Members Description
ID: Integer; The dialog ID number.
Name: string; The identifying name of the dialog.
Description: string; The description of the dialog, useful for dialogs for restoring DSA states.
Storage: TDSAStorage; The storage device that holds the DSA state and values.
ChkTextKind: TDSACheckTextKind; The ID of the check mark text to use.

run\JvDSADialogs.pas


Description

TDSARegItem is a record to hold information about a registered DSA dialog. This type is used internally by the registration database and passed on to the storage device when retrieving state and values. It is also used by the events that allow you to store or retrieve custom data associated with a dialog.

run\JvDSADialogs.pas


About

Navigation

run\JvDSADialogs.pas



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