CloseWithConfirm method

Applies to
TIB_Transaction

Declaration
Function CloseWithConfirm: TModalResult;

Description
This method is great for a UI when a physical transaction needs to be resolved and user input is desired.

This call will always result in the physical end of the transaction unless cancel is pressed. To end just the logical transaction and not the physical use the EndWithConfirm method instead of this one.