Back to Devexpress

TdxCustomTreeView.EndEdit(Boolean) Method

vcl-dxtreeview-dot-tdxcustomtreeview-dot-endedit-x28-system-dot-boolean-x29.md

latest704 B
Original Source

TdxCustomTreeView.EndEdit(Boolean) Method

Closes a node caption’s in-place editor.

Declaration

delphi
procedure EndEdit(ACancel: Boolean);

Parameters

NameTypeDescription
ACancelBoolean

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

TdxCustomTreeView Class

TdxCustomTreeView Members

dxTreeView Unit