JVCL Help:TJvCustomInspectorItem
JVCL Help: TJvCustomInspectorItem Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomInspectorItem
TJvInspectorCharItem
TJvInspectorClassItem
TJvInspectorColorItem
TJvInspectorCustomCategoryItem
TJvInspectorCustomCompoundItem
TJvInspectorEnumItem
TJvInspectorFloatItem
TJvInspectorInt64Item
TJvInspectorIntegerItem
TJvInspectorSetItem
TJvInspectorStringItem
TJvInspectorTImageIndexItem
TJvInspectorTMethodItem
TJvInspectorTStringsItem
TJvInspectorVariantItem
run\JvInspector.pas
Summary
Base inspector item.
Pascal
run\JvInspector.pas
TJvCustomInspectorItem = class(TPersistent);
Description
TJvCustomInspectorItem is the base inspector item. An item is responsible for drawing and editing the underlying data object, as well as managing the sub items. The base class introduces methods and properties to:
- display and edit the data object
- manage child items
The base class itself can be used as a read only item with no underlying data object. An instance of this class is used as the root item for the inspector. The standard package provides various item classes to edit the different types of data:
- Ordinals
- Enumerations
- Sets
- Strings
- Floats
In addition it provides an item class that functions as a category holder. A category holder also has no data instance to provide values. Categories can be nested, but each item can belong to only one category.
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