JVCL Help:TJvInspectorClassItem.ShowClassName

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

Search in JVCL Help

 
Search in all projects
 

Summary

Flag to control whether or not the class name is shown as a value.


Pascal

 propertyShowClassName: Boolean;


Description

ShowClassName controls whether the class name is shown as a value or the instance value is shown. If ShowClassName is True, the class' name is shown in parenthesis as the item's value.
If ShowClassName is False, the value of the instance is shown. If no instance is assigned, an empty string is used, otherwise the name of the TComponent is shown if the instance is a TComponent or the specified value name in the value list is used.
ShowClassName maps to the icfShowClassName in the ItemClassFlags property.


See Also

TJvInspectorClassItem.ItemClassFlags


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