JVCL Help:TInspectorSetFlag

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

Search in JVCL Help

 
Search in all projects
 

Summary

Set item flags.

run\JvInspector.pas


Pascal

 run\JvInspector.pas
 TInspectorSetFlag = (
isfEditString,
isfCreateMemberItems,
isfRenderAsCategory
);
TInspectorSetFlags = setof TInspectorSetFlag;


Members

Members Description
isfEditString Indicates the string representing the set value can be edited.
isfCreateMemberItems Indicates that for each item in the set, a member item is created as a boolean value.
isfRenderAsCategory Setting this flag will always create a boolean item for each member of the set, regardless of the isfCreateMemberItems flag.

run\JvInspector.pas


Description

TInspectorSetFlag holds the flags for set inspector item.

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