Skip to main content
A newer version of this page is available. .

TdxCustomTreeView.EndEdit(Boolean) Method

Closes a node caption’s in-place 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 an in-place caption editor is inactive.

See Also