JVCL Help:TJvInspectorSetItem.EditString

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

Search in JVCL Help

 
Search in all projects
 

Summary

Controls whether the string value can be edited.


Pascal

 propertyEditString: Boolean;


Description

EditString determines if the item can be edited by typing its value as a string. When set to True, the string value can be edited directly, otherwise the string value can not be edited.
If EditString is True, a set value can be specified by using individual members separated by commas, using member ranges using ".." or a combination. The brackets are optional, but if you specify one you need to specify both.
EditString maps to the isfEditString in the ItemSetFlags property.


See Also

TJvInspectorSetItem.CreateMemberItems, TJvInspectorSetItem.ItemSetFlags, TJvInspectorSetItem.RenderAsCategory


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