JVCL Help:TJvInspectorTypeKindRegItem

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomInspectorRegItem
TJvInspectorTypeKindRegItem
run\JvInspector.pas


Summary

Registration item based on type kinds

run\JvInspector.pas


Pascal

 run\JvInspector.pas
 TJvInspectorTypeKindRegItem = class(TJvCustomInspectorRegItem);


Description

TJvInspectorTypeKindRegItem is a registration item that bases its matching value on the kind of type it represents and the type info in the data object.
The match value is determined as follows:

Situation Value
Equal type kinds 100
Not equal type kinds 0


Since TypKind is generic, the match percentage will be either 0 or 50%.

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