JVCL Help:TJvCustomInspectorItem

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomInspectorItem
TJvInspectorCharItem
TJvInspectorClassItem
TJvInspectorColorItem
TJvInspectorCustomCategoryItem
TJvInspectorCustomCompoundItem
TJvInspectorEnumItem
TJvInspectorFloatItem
TJvInspectorInt64Item
TJvInspectorIntegerItem
TJvInspectorSetItem
TJvInspectorStringItem
TJvInspectorTImageIndexItem
TJvInspectorTMethodItem
TJvInspectorTStringsItem
TJvInspectorVariantItem
run\JvInspector.pas


Summary

Base inspector item.

run\JvInspector.pas


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.

run\JvInspector.pas


About

Navigation

run\JvInspector.pas



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