JVCL Help:TJvInspectorTStringsItem

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomInspectorItem
TJvInspectorTStringsItem
run\JvInspector.pas


Summary

TStrings inspector item.

run\JvInspector.pas


Pascal

 run\JvInspector.pas
 TJvInspectorTStringsItem = class(TJvCustomInspectorItem);


Description

TJvInspectorTStringsItem is an inspector item that allows any TStrings descendant to be edited either inline or using a string list editor, much like the one Borland provides.
The distinction between inline editable and stringlist editable is determine by the Flags property.
If iifEditButton is set, the string list editor is used and the item can not be edited inline (in addition, the iifMultiLine flag will be removed).
If iifMultiLine is set, you can edit the item inline and it can not be edited through the string list editor (in addition, the iifEditButton flag will be removed).
TJvInspectorCustomData registers this item for TStrings class types.

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