JVCL Help:TJvInspectorSetItem.RenderAsCategory

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

Search in JVCL Help

 
Search in all projects
 

Summary

Controls whether the item should be treated as a category item.


Pascal

 propertyRenderAsCategory: Boolean;


Description

RenderAsCategory determines if the item should be treated as a category item. When set to True the item is treated as a category item, otherwise it's a normal item with a name and value sections.
If RenderAsCategory is True, the item will not have a value section. As such, the isfEditString flag/EditString property have no purpose and are ignored. In addition all set members will be created as boolean type sub items automatically, regardless whether the isfCreateMemberItems flag is specified or the CreateMemberItems property is set to True.
RenderAsCategory maps to the isfRenderAsCategory in the ItemSetFlags property.


See Also

TJvInspectorSetItem.CreateMemberItems, TJvInspectorSetItem.EditString, TJvInspectorSetItem.ItemSetFlags


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