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.Post Method

In This Article

Sends the changed data to the linked storage.

#Declaration

Delphi
procedure Post;

#Remarks

Call the Edit (which starts the transaction) and Post methods to wrap 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.

See Also