티스토리 뷰
Delphi
function Concat(S1: String; S2: String; [ ..., SN: String]): string;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.pas |
Description
Concatenates two or more strings into one.
In Delphi code, use Concat to concatenate an arbitrary number of strings.
Each parameter is a string-type expression.
The result is the concatenation of all the string parameters.
The syntax shown here for Concat demonstrates that the procedure can take a variable number of arguments.
Using the plus (+) operator has the same effect on two strings as using the Concat function:
S := 'ABC' + 'DEF';
Tip: The plus operator is faster than Concat.
두 개 이상의 문자열을 하나로 연결합니다.
Delphi 코드에서 Concat을 사용하여 임의의 문자열의 수를 연결합니다.
각 매개 변수는 문자열 유형 표현식입니다.
결과는 모든 문자열 매개 변수의 연결입니다.
Concat에 대해 여기에 표시된 구문은 프로시저가 다양한 수의 인수를 사용할 수 있음을 보여줍니다.
더하기 (+) 연산자를 사용하면 두 문자열에 Concat 함수를 사용할 때와 동일한 효과가 있습니다.
S : = 'ABC'+ 'DEF';
팁: 더하기 연산자가 Concat보다 빠릅니다.
concatenate 미국식 [kɑnkǽtənèit] 1. 사슬같이 잇다; 연쇄시키다; <사건 등을>
결부시키다, 연관시키다 arbitrary 미국식 [|ɑ:rbətreri] 1. 임의적인, 제멋대로인 demonstrate 미국·영국 [|demənstreɪt] 1. 증거를 들어가며 보여주다, 입증하다 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Concat
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.IntToStr (0) | 2017.03.02 |
---|---|
[Reference] System.SysUtils.DecodeTime (0) | 2017.03.01 |
[Reference] Vcl.Dialogs.InputQuery (0) | 2017.02.27 |
[Reference] System.SysUtils.ExtractFileExt (0) | 2017.02.26 |
[Reference] System.SysUtils.FindNext (0) | 2017.02.25 |
- Total
- Today
- Yesterday
- 왕초보 영어회화 100일의 기적
- 스택
- SWT
- 알고리즘
- Pte
- 일기
- RA
- SysUtils
- 상황
- 교육센터
- 문법
- 말하기
- java
- 대상
- Reference
- 영어
- Delphi
- 계산기
- tdataset
- 여행영어 100일의 기적
- 자료구조
- 응용
- 설명
- ADODB
- VCL
- System
- wfd
- 작문
- 독해
- 정렬
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |