Converts location information to single line string.
Unit
Syntax
ParametersAInfo [in] A location information to be converted to string. It can be retrieved from GetLocationInfo function.
AIncludeModuleName [in, optional] Specifies if result should include module name.
AIncludeAddressOffset [in, optional] Specifies if result should include offset from the routine.
AIncludeStartProcLineOffset [in, optional] Specifies if result should include offset from the line.
AIncludeVAddress [in, optional] Specifies if result should include offset from module.
AIncludePointer [in, optional] Specifies if result should include RAW pointer.
AIncludeLine [in, optional] Specifies if result should include line number.
AUseParent [in, optional] Specifies if result should include information about parent or child units (for includes only).
Return valueA human-readable single line string.
RemarksThis function converts location information record into single string, which can be shown to user.
See also
|