JVCL Help:TJvCustomInspectorItem.IsCategory
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.IsCategory Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Determines if the item represents a category item.
Pascal
functionIsCategory: Boolean; virtual;
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