티스토리 뷰

Delphi

function Concat(S1: String; S2: String; [ ..., SN: String]): string;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.pas

System

System

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. 사슬같이 잇다; 연쇄시키다; <사건 등을> 결부시키다, 연관시키다
2.
연쇄된, 이어진, 연결된

arbitrary 미국식 [|ɑ:rbətreri] 

1. 임의적인, 제멋대로인
2.
전횡을 일삼는, 독단적인

demonstrate 미국·영국 [|demənstreɪt] 

1. 증거를 들어가며 보여주다, 입증하다
2. (
행동으로) 보여주다
3. (
무엇의 작동 과정이나 사용법을) 보여주다

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Concat

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함