| [Overview][Types][Classes][Procedures and functions][Variables][Index] |
Generates a debugger message with the content from the specified value.
Source position: lazloggerbase.pas line 307
function DbgStr( |
const StringWithSpecialChars: string |
):string; overload; |
const StringWithSpecialChars: string; |
StartPos: PtrInt; |
Len: PtrInt |
):string; overload; |
const p: PChar; |
Len: PtrInt |
):string; overload; |