LastStarted property |
Applies to
TIB_Transaction
Declaration
Property LastStarted : TDateTime;
Description
The datetime when the transaction was last started. (If 0 then transaction
has never been started.) Unlike StartedDateTime this property is set with the
actual API call which means that it always reflects the actual transaction
start time, regardless of internal processing of this class.