System.ReturnAddress
Delphi
function ReturnAddress: Pointer;
Description
ReturnAddress function returns the return address of the current function execution.
When ReturnAddress is used in an inline function, it provides the return address of the call site of the inline function.