티스토리 뷰
Delphi
function StrCat(Dest: PAnsiChar; const Source: PAnsiChar): PAnsiChar;
function StrCat(Dest: PWideChar; const Source: PWideChar): PWideChar;
C++
extern PACKAGE char * __fastcall StrCat(char * Dest, const char * Source)/* overload */;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
Appends a copy of Source to the end of Dest and returns the concatenated string.
Use StrCat to concatenate Source to the end of Dest.
StrCat does not perform any length check.
The destination buffer must have room for at least StrLen(Dest) + StrLen(Source)+1 characters.
To check length, use the StrLCat function.
Source의 복사본을 Dest의 끝에 추가하고, 연결된 문자열을 반환합니다.
StrCat을 사용하여 Source를 Dest의 끝으로 연결하십시오.
StrCat은 길이 검사를 수행하지 않습니다.
대상 버퍼에는 적어도 StrLen (Dest) + StrLen (Source) +1 문자를 위한 공간이 있어야 합니다.
길이를 확인하려면 StrLCat 함수를 사용하십시오.
연결의 concatenate 미국식 [kɑnkǽtənèit] 1. 사슬같이 잇다; 연쇄시키다; <사건 등을>
결부시키다, 연관시키다 least 미국·영국 [li:st] 1. (크기・양・정도 등이) 가장 적은; 최소(의) |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.StrCat
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.FindClose (0) | 2017.04.05 |
---|---|
[Reference] System.Pred (0) | 2017.04.04 |
[Reference] System.Succ (0) | 2017.04.02 |
[Reference] System.SizeOf (0) | 2017.04.01 |
[Reference] System.SysUtils.CompareText (0) | 2017.03.31 |
- Total
- Today
- Yesterday
- 여행영어 100일의 기적
- 계산기
- 일기
- java
- System
- VCL
- 영어
- SWT
- wfd
- 교육센터
- 알고리즘
- 자료구조
- 스택
- Pte
- 정렬
- 말하기
- 독해
- 작문
- 왕초보 영어회화 100일의 기적
- 응용
- 설명
- ADODB
- RA
- 상황
- tdataset
- SysUtils
- Reference
- 문법
- Delphi
- 대상
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |