[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Source position: lclproc.pas line 310
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; |
lazarus-ccr.sourceforge.net |