JVCL Help:TJvInspectorTStringsItem
JVCL Help: TJvInspectorTStringsItem Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomInspectorItem
TJvInspectorTStringsItem
run\JvInspector.pas
Summary
TStrings inspector item.
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.
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