Skip to main content

TdxTreeViewNode.EndEdit(Boolean) Method

Closes the node’s in-place caption editor.

Declaration

procedure EndEdit(ACancel: Boolean);

Parameters

Name Type Description
ACancel Boolean

If False, the procedure applies all user changes. If True, the procedure discards them.

Remarks

Note

An EndEdit procedure call has no effect if the caption’s in-place editor is inactive.

See Also