JVCL Help:TInspectorClassFlag

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

Search in JVCL Help

 
Search in all projects
 

Summary

Flags used for class type inspector items.

run\JvInspector.pas


Pascal

 run\JvInspector.pas
 TInspectorClassFlag = (
icfCreateMemberItems,
icfShowClassName,
icfRenderAsCategory
);
TInspectorClassFlags = setof TInspectorClassFlag;


Members

Members Description
icfCreateMemberItems Create member items for the class instance.
icfShowClassName Show the class name, instead of the default component name.
icfRenderAsCategory Description for icfRenderAsCategory

run\JvInspector.pas


Description

TInspectorClassFlag holds the flags for class type inspector items.

run\JvInspector.pas


About

Navigation

no pages or subcategories

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