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