티스토리 뷰
Delphi
function StrComp(const Str1, Str2: PAnsiChar): Integer;
function StrComp(const Str1, Str2: PWideChar): Integer;
C++
extern PACKAGE int __fastcall StrComp(const char * Str1, const char * Str2)/* overload */;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
Compares two strings with case sensitivity.
Call StrComp to compare two null-terminated strings, with case sensitivity.
The return value is indicated in the following table.
Note: When working with International characters, use AnsiStrComp instead.
대소문자를 구분하여 두 문자열을 비교합니다.
StrCmp를 호출하여 두 개의 Null 종료 문자열을 대소문자를 구분하여 비교합니다.
반환 값은 다음 표에 나와 있습니다.
참고: 국제 문자로 작업 할 때 대신 AnsiStrComp 를 사용하십시오.
Return value |
Condition |
<0 |
Str1 sorts before Str2. |
=0 |
Str1 is the same as Str2. |
>0 |
Str1 sorts after Str2. |
계기에 표시된; 바람직한. indicate 미국·영국 [|ɪndɪkeɪt] 1. (사실임・존재함을) 나타내다 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.StrComp
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.StrCopy (0) | 2017.02.16 |
---|---|
[Reference] System.Pi (0) | 2017.02.15 |
[Reference] System.GetDir (0) | 2017.02.12 |
[Reference] Vcl.FileCtrl.SelectDirectory (0) | 2017.02.11 |
[Reference] System.Str (0) | 2017.02.10 |
- Total
- Today
- Yesterday
- SWT
- 교육센터
- Delphi
- SysUtils
- java
- wfd
- 문법
- 응용
- VCL
- 상황
- 스택
- 대상
- 여행영어 100일의 기적
- 정렬
- RA
- System
- Reference
- 작문
- 일기
- Pte
- 자료구조
- 왕초보 영어회화 100일의 기적
- 말하기
- ADODB
- 설명
- 알고리즘
- 독해
- tdataset
- 계산기
- 영어
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |