JVCL Help:TJvInspectorClassItem.IsCategory

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 item represents a category item.


Pascal

 functionIsCategory: Boolean; override;


Description

IsCategory determines if the item represents a category item. If the item represents a category the method will return True, otherwise False is returned. TJvCustomInspectorItem implements this method to always return False. There are currently two descendants that override this method: TJvInspectorCustomCategoryItem and TJvInspectorSetItem.


See Also

TJvInspectorCustomCategoryItem, TJvInspectorSetItem


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