JVCL Help:TJvInspectorTypeKindRegItem
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorTypeKindRegItem Class
[+] JvInspector.pas Classes
[+] TJvInspectorTypeKindRegItem Methods
[+] TJvInspectorTypeKindRegItem Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomInspectorRegItem
TJvInspectorTypeKindRegItem
run\JvInspector.pas
Summary
Registration item based on type kinds
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%.
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