Skip to main content

TcxCustomTreeList.Edit Method

Allows updates in the linked storage.

Declaration

procedure Edit;

Remarks

Use the Edit method to make the underlying storage modifiable.

This method is used in concert with the Post method, for wrapping statements (see the node‘s Values property) that update node values in the corresponding storage record. For rollback purposes, use the Cancel method instead of the Post method.

This method is in effect if the tree list’s OptionsData.Editing option is active.

See Also