티스토리 뷰

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

System.SysUtils

System.SysUtils

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을 사용하여 SourceDest의 끝으로 연결하십시오.

StrCat은 길이 검사를 수행하지 않습니다.

대상 버퍼에는 적어도 StrLen (Dest) + StrLen (Source) +1 문자를 위한 공간이 있어야 합니다.

길이를 확인하려면 StrLCat 함수를 사용하십시오.

 

concatenated

연결의

concatenate 미국식 [kɑnkǽtənèit]   영국식 [kɔn-]   

1. 사슬같이 잇다; 연쇄시키다; <사건 등을> 결부시키다, 연관시키다
2.
연쇄된, 이어진, 연결된

least 미국·영국 [li:st]   중요

1. (크기정도 등이) 가장 적은; 최소()
2.
가장 덜, 최소로

 

출처: 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
링크
«   2025/01   »
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
글 보관함