TdxTreeViewNode.EditCaption Method
Opens the node’s in-place caption editor if it is possible.
Declaration
function EditCaption: Boolean;
Returns
Type | Description |
---|---|
Boolean | True if the function call opens an in-place editor; otherwise, False. |
Remarks
The Tree View control’s OptionsBehavior.CaptionEditing property allows you to prohibit all nodes from opening an in-place caption editor. You can handle the Tree View’s OnEditing event to prohibit a specific node to open an in-place editor.
See Also