[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Source position: line 0
function StringCase( |
const AString: string; |
const ACase: array of string |
):Integer; overload; |
const AString: string; |
const ACase: array of string; |
const AIgnoreCase: Boolean; |
const APartial: Boolean |
):Integer; overload; |