Source position: syshelph.inc line 527
public class function TShortStringHelper.Compare( |
const A: ShortString; |
const B: ShortString |
):Integer; overload; |
const A: ShortString; |
const B: ShortString; |
IgnoreCase: Boolean |
):Integer; overload; |
const A: ShortString; |
const B: ShortString; |
Options: TCompareOptions |
):Integer; overload; |
const A: ShortString; |
IndexA: SizeInt; |
const B: ShortString; |
IndexB: SizeInt; |
ALen: SizeInt |
):Integer; overload; |
const A: ShortString; |
IndexA: SizeInt; |
const B: ShortString; |
IndexB: SizeInt; |
ALen: SizeInt; |
IgnoreCase: Boolean |
):Integer; overload; |
const A: ShortString; |
IndexA: SizeInt; |
const B: ShortString; |
IndexB: SizeInt; |
ALen: SizeInt; |
Options: TCompareOptions |
):Integer; overload; |