RAD Studio VCL Reference
|
Indicates whether the MTS Automation object is running in a transaction.
function IsInTransaction: Bool;
__fastcall Bool IsInTransaction();
Call IsInTransaction to determine whether the MTS Automation object is currently running in a transaction. For example, if the MTS Automation object requires a transaction, use IsInTransaction to check that this requirement has not been turned off by an administrator using the MTS Explorer, and to raise an exception if it has.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|