[Overview][Constants][Types][Procedures and functions][Index] |
Implements formatting facilities in the debugger.
Source position: lazstringutils.pas line 92
function GetPart( |
const ASkipTo: string; |
const AnEnd: string; |
var ASource: string; |
AnIgnoreCase: Boolean = False; |
AnUpdateSource: Boolean = True |
):string; overload; |
const ASkipTo: array of string; |
const AnEnd: array of string; |
var ASource: string; |
AnIgnoreCase: Boolean = False; |
AnUpdateSource: Boolean = True |
):string; overload; |
GetPart is an overloaded String function. It is used to implement facilities in the debugger.
Version 4.0 | Generated 2025-05-03 | Home |