Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.Edit Method

In This Article

Allows updates in the linked storage.

#Declaration

Delphi
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