JVCL Help:TJvCustomInspectorItem.QualifiedNames

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates if the child items will have qualified names.


Pascal

 propertyQualifiedNames: Boolean;


Description

QualifiedNames indicates if the child items' names will include the item's name. This flag is usually used on hidden items. The child items will then be named as <Hidden name>.<child name> where hidden name is the name of the hidden item and child name is the name of the child item.
Read QualifiedNames to determine if the names of the child items will be qualified or set QualifiedNames to a new state.


About

Notes

QualifiedNames maps onto the iifQualifiedNames flag in the Flags property.


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