[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Source position: line 0
function GetPart( |
const ASkipTo: String; |
const AnEnd: String; |
var ASource: String; |
const AnIgnoreCase: Boolean = false; |
const AnUpdateSource: Boolean = true |
):String; |
const ASkipTo: array of String; |
const AnEnd: array of String; |
var ASource: String; |
const AnIgnoreCase: Boolean = false; |
const AnUpdateSource: Boolean = true |
):String; |
lazarus-ccr.sourceforge.net |