TcxCustomTreeList.Post Method
Sends the changed data to the linked storage.
Declaration
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