Loading...
 

CX_TRANSACTION::LevelAboveBottom

CX_TRANSACTION::LevelAboveBottom

Description:

This class function returns the number of subordinate levels. If the transaction itself is the lowest level, "0" is returned. Alternatively, the number of higher levels can be calculated with the function LevelBelowTop.

Attention!
This function always returns 0. Only in CX_COMPOUND_TXN is it implemented as described above.

Code example:
...

Stack
Stack Position Object type Brief description
Stack(In) Top CX_TRANSACTION A transaction
Stack(Out) Top INTEGER Number of levels to the lowest level (always 0)
Function call: Call(LevelAboveBottom)