JVCL Help:TJvInspectorSetMemberData

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomInspectorData
TJvInspectorSetMemberData
run\JvInspector.pas


Summary

Data layer for specific set item.

run\JvInspector.pas


Pascal

 run\JvInspector.pas
 TJvInspectorSetMemberData = class(TJvCustomInspectorData);


Description

TJvInspectorSetMemberData is the data layer that obtains its data from a single bit of the set value of its parent item. It's used internally by the set item (TJvInspectorSetItem) when the CreateMemberItems property is True.
Only the AsOrdinal access property is implemented, while the TypeInfo property is ignored but initialized to TypeInfo(Boolean).

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