System.ReturnAddress

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also