JVCL Help:TJvInspectorCustomConfData.ExistingValue

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates whether the specified section and key exist.


Pascal

 functionExistingValue: Boolean; virtual; abstract;


Description

ExistingValue determines whether or not the section/key pair is an actual value within the configuration file/settings database.
Descendants must override this method to provide a meaningful result. The implementation of IsAssigned uses the result of this method.


See Also

TJvCustomInspectorData.IsAssigned


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