TcxTreeListNode.EndEdit(Boolean) Method
Switches the node from edit to browse mode.
Declaration
procedure EndEdit(Cancel: Boolean);
Parameters
Name | Type |
---|---|
Cancel | Boolean |
Remarks
Use the EndEdit method to finish editing the node. If the Cancel parameter is True, changes made to the node’s contents are not saved. Otherwise, the node’s contents are updated and the OnEdited event is fired.
See Also