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