Inline Edit (InlineEdit)
Determines whether the user can edit text of the nodes and leafs in the tree widget at run time.
Value |
Description |
---|---|
|
The user can modify the text of the nodes and leafs in the tree widget. |
|
It is not possible to edit tree items. |
Usage
Dynamic? |
Yes |
Supported in Grid? |
No |
Dependencies: |
When a tree item is modified, the representationChanged extended trigger is called. For more information, see trigger representationChanged . |
Using in ProcScript
You can use $properties or $fieldproperties to set or get the property and its value. For more information, see $properties and $fieldproperties.
$fieldproperties(FLD) = "InlineEdit=True"