JVCL Help:TJvInspectorCompoundItem.SingleName

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines if the compound item uses a single name to represent the different columns.


Pascal

 propertySingleName: Boolean;


Description

SingleName determines if the compound item uses a single name to represent the different columns.
Set SingleName to True if you want only 1 name displayed, regardless of the number of columns.
Set SingleName to False if you want separate names displayed for each column. The displayed names are then determined by the DisplayName of the items associated with the columns. Note: when setting SingleName to False, SingleNameUseFirstCol will also be set to False.
SingleName maps to the icifSingleName in the CompoundItemFlags property.


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