GetLocationInfo
|
Returns human-readable information about code location.
|
GetLocationInfoStr
|
Returns human-readable information about code location.
|
LocationToStr
|
Converts location information to single line string.
|
__FILE__
|
Returns source file name of the current code.
|
__FUNCTION__
|
Returns function or method name of the current code.
|
__LINE__
|
Returns line number of the current code.
|
__LOCATION__
|
Returns human-readable description of the current location.
|
__MODULE__
|
Returns executable module name of the current code.
|
__UNIT__
|
Returns unit name of the current code.
|